Skip to content

Commit 1376b81

Browse files
committed
fix Tarantool utl
1 parent 96a34b0 commit 1376b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Tarantool ${{ matrix.tarantool }} on Ubuntu
3434
if: matrix.os == 'ubuntu-latest'
3535
run: |
36-
curl -L https://tarantool.io/nTmSHOX/release/${{ matrix.tarantool }}/installer.sh | bash
36+
curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | bash
3737
sudo apt-get -y install tarantool
3838
3939
- name: Install Tarantool ${{ matrix.tarantool }} on MacOS

0 commit comments

Comments
 (0)