Skip to content

Commit

Permalink
update tarantool installer link
Browse files Browse the repository at this point in the history
  • Loading branch information
palage4a authored and oleg-jukovec committed Sep 19, 2024
1 parent 9547ce3 commit eb4eaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Setup tt
run: |
curl -L https://tarantool.io/XodVosJ/release/3/installer.sh | bash
curl -L https://tarantool.io/release/3/installer.sh | bash
sudo apt install -y tt
tt version
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Setup tt
run: |
curl -L https://tarantool.io/XodVosJ/release/3/installer.sh | bash
curl -L https://tarantool.io/release/3/installer.sh | bash
sudo apt install -y tt
tt version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Setup tt
run: |
curl -L https://tarantool.io/XodVosJ/release/3/installer.sh | bash
curl -L https://tarantool.io/release/3/installer.sh | bash
sudo apt install -y tt
tt version
Expand Down

0 comments on commit eb4eaf4

Please sign in to comment.