Skip to content

Commit 21aa288

Browse files
committed
sudo~
1 parent 99caa42 commit 21aa288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
mkdir build
4545
cd build
46-
ln -s /usr/include/asm-generic /usr/include/asm
46+
sudo ln -s /usr/include/asm-generic /usr/include/asm
4747
cmake -DCMAKE_BUILD_TYPE=Release ${{matrix.flag}} ..
4848
cmake --build ./
4949

0 commit comments

Comments
 (0)