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 a975600 commit d7a4a3eCopy full SHA for d7a4a3e
1 file changed
.github/workflows/build.yml
@@ -27,18 +27,11 @@ jobs:
27
with:
28
submodules: recursive
29
30
- - name: Install dependencies (Native)
31
- if: matrix.arch == 'x86_64'
32
- run: |
33
- sudo apt-get update -q -y
34
- sudo apt-get install -q -y \
35
- build-essential cmake ninja-build meson pkg-config libfuse3-dev fuse3 git
36
-
37
- name: Build (Native x86_64)
38
if: matrix.arch == 'x86_64'
39
run: |
40
- apt-get update -q -y
41
- apt-get install -q -y \
+ sudo apt-get update -q -y
+ sudo apt-get install -q -y \
42
build-essential \
43
gcc-14 g++-14 \
44
cmake ninja-build meson pkg-config fuse3 git
0 commit comments