Skip to content

Commit 718b58b

Browse files
committed
Fix installer.sh URL in test_on_push.yaml workflow
1 parent 4abb6c2 commit 718b58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_on_push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install tt utility
2424
run: |
25-
curl -L https://tarantool.io/GcTQaQl/release/2/installer.sh | bash
25+
curl -L https://tarantool.io/release/2/installer.sh | bash
2626
sudo apt-get -y install tt
2727
2828
- name: Install requirements for community

0 commit comments

Comments
 (0)