This commit is contained in:
@@ -10,9 +10,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: install-deps
|
- name: install-deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
sudo apt-get update -y
|
||||||
apt-get install -y libxcb1 libxcb-util1 libx11-xcb1 libxrender1 libxrandr2 libxi6
|
sudo apt-get install -y libxcb1 libxcb-util1 libx11-xcb1 libxrender1 libxrandr2 libxi6
|
||||||
apt-get install -y libxcb-*
|
sudo apt-get install -y libxcb-*
|
||||||
- name: FetchSource
|
- name: FetchSource
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/petermost/Sourcetrail/archive/refs/tags/2025.9.9.zip -O Sourcetrail.zip
|
wget https://github.com/petermost/Sourcetrail/archive/refs/tags/2025.9.9.zip -O Sourcetrail.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user