Skip to content

Commit 20f3d0c

Browse files
committed
ci: use setup-tarantool for tarantool-1.10.6
The setup-tarantool action allows to define a tarantool version in the X.Y.Z form since v1.3.0 of the action. See [1]. [1]: tarantool/setup-tarantool#15
1 parent aea0977 commit 20f3d0c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test_on_push.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,11 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@master
3535

36-
- name: Setup Tarantool CE (~= 1.10.6)
36+
- name: Setup Tarantool CE
3737
uses: tarantool/setup-tarantool@v1
38-
if: matrix.tarantool-version != '1.10.6'
3938
with:
4039
tarantool-version: ${{ matrix.tarantool-version }}
4140

42-
- name: Setup Tarantool CE 1.10.6
43-
if: matrix.tarantool-version == '1.10.6'
44-
run: |
45-
curl -L https://tarantool.io/release/1.10/installer.sh | bash
46-
sudo apt install -y tarantool=1.10.6.0.g5372cd2fa-1 tarantool-dev=1.10.6.0.g5372cd2fa-1
47-
4841
- name: Fix luarocks in Tarantool CE 1.10.6
4942
if: matrix.tarantool-version == '1.10.6'
5043
run: |

0 commit comments

Comments
 (0)