Skip to content

Commit 2330c8a

Browse files
authored
Update release-alpine.yml
1 parent 2658003 commit 2330c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-alpine.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
ca-certificates
2929
git
3030
go
31+
sudo
3132
3233
- name: Install LuaJit 2.1
3334
run: |
3435
git clone https://luajit.org/git/luajit-2.0.git \
3536
&& cd luajit-2.0 \
3637
&& git checkout v2.1 \
37-
&& make CCOPT="-static -fPIC" BUILDMODE="static" && make install
38+
&& make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install
3839
shell: alpine.sh {0}
3940

4041
- name: Build

0 commit comments

Comments
 (0)