We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e89391 commit 4ff1b23Copy full SHA for 4ff1b23
.github/workflows/testing.yml
@@ -178,7 +178,7 @@ jobs:
178
if: matrix.tarantool != '2.x-latest'
179
shell: wsl-bash_Ubuntu-20.04 {0}
180
run: |
181
- curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | sudo bash
+ curl -L https://tarantool.io/installer.sh | VER=${{ matrix.tarantool }} bash -s -- --type "release"
182
sudo apt install -y tarantool tarantool-dev
183
184
- name: Install latest tarantool 2.x for WSL
0 commit comments