File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments