Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaton committed Sep 12, 2024
1 parent 616bea6 commit e1a5082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@master
- uses: tarantool/setup-tarantool@master
with:
tarantool-version: '2.6'
tarantool-version: '2.10.7'

# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
- name: Set env
Expand All @@ -30,9 +30,9 @@ jobs:
- run: tarantoolctl rocks --server https://moonlibs.github.io/rocks install override-config-${{ env.TAG }}-1.rockspec
- run: tarantoolctl rocks pack override-config-${{ env.TAG }}-1.rockspec
# Install native lua with luarocks
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.1.0-beta3"
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@v4
with:
luarocksVersion: "3.8.0"
Expand Down

0 comments on commit e1a5082

Please sign in to comment.