Skip to content

Commit bcf6f51

Browse files
this?
1 parent cbbd7e5 commit bcf6f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
if: (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
202202
shell: wsl-bash_Ubuntu-20.04 {0}
203203
run: |
204-
curl -L https://tarantool.io/release/2/installer.sh | VER=2 bash -s -- --type "release"
204+
curl -L https://tarantool.io/release/2/installer.sh | bash -s
205205
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
206206
207207
- name: Setup test tarantool instance

0 commit comments

Comments
 (0)