Skip to content

Commit 4ff1b23

Browse files
try this
1 parent 9e89391 commit 4ff1b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
if: matrix.tarantool != '2.x-latest'
179179
shell: wsl-bash_Ubuntu-20.04 {0}
180180
run: |
181-
curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | sudo bash
181+
curl -L https://tarantool.io/installer.sh | VER=${{ matrix.tarantool }} bash -s -- --type "release"
182182
sudo apt install -y tarantool tarantool-dev
183183
184184
- name: Install latest tarantool 2.x for WSL

0 commit comments

Comments
 (0)