Skip to content

Commit 0b32ac0

Browse files
committed
testing...
1 parent 2269b62 commit 0b32ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
submodules : recursive
3030
- uses: actboy168/setup-luamake@master
31-
- run: apt install binutils-dev
32-
- run: apt install libiberty-dev
31+
- run: sudo apt install binutils-dev
32+
- run: sudo apt install libiberty-dev
3333
- run: sudo ldconfig -p
3434
- run: luamake lua compile/download_deps.lua
3535
- run: luamake -mode release -platform ${{ matrix.platform }}

0 commit comments

Comments
 (0)