Skip to content

Commit 7415330

Browse files
committed
need sudo for apt-get command
1 parent 4a10fe7 commit 7415330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: matrix.os == 'ubuntu-latest'
3636
shell: bash -l {0}
3737
run: |
38-
apt-get install gcc-multilib -y
38+
sudo apt-get install gcc-multilib -y
3939
4040
- name: Dependencies
4141
shell: bash -l {0}

0 commit comments

Comments
 (0)