Skip to content

Commit a5ac1a5

Browse files
?
1 parent afbd285 commit a5ac1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
if: matrix.tarantool != '2.x-latest'
178178
shell: wsl-bash_Ubuntu-20.04 {0}
179179
run: |
180-
curl -L https://tarantool.io/installer.sh | VER=${{ matrix.tarantool }} sudo bash
180+
curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | sudo bash
181181
sudo apt install -y tarantool tarantool-dev
182182
183183
- name: Install latest Tarantool 2.x

0 commit comments

Comments
 (0)