Skip to content

Commit

Permalink
ci: specify server when running luarocks make
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 14, 2024
1 parent 8d26d6a commit bd175f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./gen-rockspec.lua
- name: Test install
run: |
luarocks --local make ./rocks-treesitter.nvim-scm-1.rockspec
luarocks --local make ./rocks-treesitter.nvim-scm-1.rockspec --server='https://nvim-neorocks.github.io/rocks-binaries/'
- name: Upload to luarocks
run: |
luarocks --verbose upload ./rocks-treesitter.nvim-scm-1.rockspec --api-key "${{ env.LUAROCKS_API_KEY }}" --force
Expand Down

0 comments on commit bd175f5

Please sign in to comment.