We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99caa42 commit 21aa288Copy full SHA for 21aa288
1 file changed
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
mkdir build
45
cd build
46
- ln -s /usr/include/asm-generic /usr/include/asm
+ sudo ln -s /usr/include/asm-generic /usr/include/asm
47
cmake -DCMAKE_BUILD_TYPE=Release ${{matrix.flag}} ..
48
cmake --build ./
49
0 commit comments