We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbd7e5 commit bcf6f51Copy full SHA for bcf6f51
.github/workflows/testing.yml
@@ -201,7 +201,7 @@ jobs:
201
if: (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
202
shell: wsl-bash_Ubuntu-20.04 {0}
203
run: |
204
- curl -L https://tarantool.io/release/2/installer.sh | VER=2 bash -s -- --type "release"
+ curl -L https://tarantool.io/release/2/installer.sh | bash -s
205
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
206
207
- name: Setup test tarantool instance
0 commit comments