Skip to content

Commit

Permalink
Update ghcr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored May 8, 2024
1 parent 4c7730a commit 7d3dd1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
run: git clone https://luajit.org/git/luajit-2.0.git && cd luajit-2.0 && make CCOPT="-static -fPIC" BUILDMODE="static" && sudo make install

- name: Build
run: make all
run: |
go mod tidy
make all
- name: Retrieve version
run: |
Expand Down

0 comments on commit 7d3dd1a

Please sign in to comment.