Skip to content

Commit

Permalink
ci: Make build test local only, no network/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 22, 2022
1 parent bb266a8 commit ebc35a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Expand Up @@ -21,4 +21,4 @@ jobs:
luarocks --local lint -- cassowary-scm-0.rockspec
- name: Luarocks make
run: |
luarocks --local make --pack-binary-rock -- cassowary-scm-0.rockspec
luarocks --local make --pack-binary-rock --deps-mode none -- cassowary-scm-0.rockspec

0 comments on commit ebc35a8

Please sign in to comment.