Skip to content

Commit

Permalink
ci: fix dependency hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Sep 13, 2023
1 parent d34f3e7 commit d21b3cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- uses: tarantool/setup-tarantool@v2
with:
tarantool-version: '2.10.7'
- name: install luacov-console 1.1.0
run: tarantoolctl rocks --server http://moonlibs.github.io/rocks install luacov-console 1.2.0
- name: install luacov-coveralls 0.2.3
run: tarantoolctl rocks install --server=http://luarocks.org luacov-coveralls 0.2.3
run: tarantoolctl rocks install --server=https://luarocks.org luacov-coveralls 0.2.3
- name: install luacov-console 1.2.0
run: tarantoolctl rocks --server http://moonlibs.github.io/rocks install luacov-console 1.2.0
- uses: actions/download-artifact@master
with:
name: luacov.stats.out
Expand Down

0 comments on commit d21b3cc

Please sign in to comment.