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 4a10fe7 commit 7415330Copy full SHA for 7415330
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
if: matrix.os == 'ubuntu-latest'
36
shell: bash -l {0}
37
run: |
38
- apt-get install gcc-multilib -y
+ sudo apt-get install gcc-multilib -y
39
40
- name: Dependencies
41
0 commit comments