Skip to content

Commit 9f7ed62

Browse files
committed
fix: Add GitHub Actions workflow for Ubuntu, Arch Linux
1 parent bc65ad3 commit 9f7ed62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install System Dependencies
135135
run: |
136136
sudo apt-get update
137-
sudo apt-get install -y build-essential pkg-config libssl-dev libfuse2 libtorrent-rasterbar-dev libboost-dev libclang-dev
137+
sudo apt-get install -y build-essential pkg-config libssl-dev libfuse2 libtorrent-rasterbar-dev libboost-dev libclang-dev libgtk-3-dev libayatana-appindicator3-dev
138138
139139
- name: Cargo Chef Prepare
140140
run: cargo chef prepare --recipe-path recipe.json
@@ -215,7 +215,7 @@ jobs:
215215
- name: Install dependencies
216216
run: |
217217
pacman -Syu --noconfirm
218-
pacman -S --noconfirm base-devel rust git openssl pkg-config libtorrent-rasterbar boost clang
218+
pacman -S --noconfirm base-devel rust git openssl pkg-config libtorrent-rasterbar boost clang gtk3 libayatana-appindicator
219219
220220
- name: Cargo Cache
221221
uses: actions/cache@v4

0 commit comments

Comments
 (0)