We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a2363 commit 0d0890dCopy full SHA for 0d0890d
.github/workflows/ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |
15
sudo apt -y update
16
- sudo apt -y install wget git cmake g++ libcurl4-openssl-dev libx11-dev libz-dev libfuse-dev librsvg2-dev libssl-dev libinotifytools0-dev libarchive-dev liblzma-dev
+ sudo apt -y install wget git cmake g++ libcurl4-openssl-dev libx11-dev libz-dev libfuse-dev librsvg2-dev libssl-dev libinotifytools0-dev libarchive-dev liblzma-dev libboost-dev
17
18
- name: Build AppImageUpdate
19
0 commit comments