Skip to content

Commit

Permalink
fix Tarantool utl
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Dec 1, 2024
1 parent 96a34b0 commit 1376b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Tarantool ${{ matrix.tarantool }} on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
curl -L https://tarantool.io/nTmSHOX/release/${{ matrix.tarantool }}/installer.sh | bash
curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | bash
sudo apt-get -y install tarantool
- name: Install Tarantool ${{ matrix.tarantool }} on MacOS
Expand Down

0 comments on commit 1376b81

Please sign in to comment.