We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158afdd commit e92f284Copy full SHA for e92f284
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
submodules: true
18
- name: Install Dependencies
19
- run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install cmake g++ gcc ninja-build libgtk-3-dev -y --no-install-recommends
+ run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install cmake g++ gcc ninja-build libgtk-3-dev libfuse2 -y --no-install-recommends
20
- name: Build
21
run: mkdir -p build; cd build; cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config release --target install
22
- name: Upload Artifacts
0 commit comments