We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a34b0 commit 1376b81Copy full SHA for 1376b81
.github/workflows/actions.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Tarantool ${{ matrix.tarantool }} on Ubuntu
34
if: matrix.os == 'ubuntu-latest'
35
run: |
36
- curl -L https://tarantool.io/nTmSHOX/release/${{ matrix.tarantool }}/installer.sh | bash
+ curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | bash
37
sudo apt-get -y install tarantool
38
39
- name: Install Tarantool ${{ matrix.tarantool }} on MacOS
0 commit comments