fix remove container
Some checks failed
Sourcetrail / build (push) Failing after 1m14s

This commit is contained in:
tqcq
2025-09-14 23:39:16 +08:00
parent 85a0a4442d
commit 3e10754649

View File

@@ -7,9 +7,12 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
container:
image: tqcq/aw-centos:8
steps:
- name: install-deps
run: |
apt-get update -y
apt-get install -y libxcb1 libxcb-util1 libx11-xcb1 libxrender1 libxrandr2 libxi6
apt-get install -y libxcb-*
- name: FetchSource
run: |
wget https://github.com/petermost/Sourcetrail/archive/refs/tags/2025.9.9.zip -O Sourcetrail.zip