This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user