Skip to content

Commit d7a4a3e

Browse files
committed
sudo
1 parent a975600 commit d7a4a3e

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,11 @@ jobs:
2727
with:
2828
submodules: recursive
2929

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-
3730
- name: Build (Native x86_64)
3831
if: matrix.arch == 'x86_64'
3932
run: |
40-
apt-get update -q -y
41-
apt-get install -q -y \
33+
sudo apt-get update -q -y
34+
sudo apt-get install -q -y \
4235
build-essential \
4336
gcc-14 g++-14 \
4437
cmake ninja-build meson pkg-config fuse3 git

0 commit comments

Comments
 (0)