Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Propagram authored Dec 19, 2023
1 parent 101a9a7 commit 7b78edd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: build
run: |
luarocks make
#luarocks make
moonc spec/pgmoon_spec.moon spec/pgmoon_ssl_spec.moon
mkdir redbean-pgmoon
Expand All @@ -141,9 +141,6 @@ jobs:
mv pgmoon .lua
zip -r redbean.com .lua
rm -r .lua
mv spec .lua
zip -r redbean.com .lua
rm -r .lua
mv /home/runner/work/pgmoon/pgmoon/.luarocks/share/lua/5.4 .lua
zip -u -r redbean.com .lua
rm -r .lua
Expand Down

0 comments on commit 7b78edd

Please sign in to comment.