Skip to content

Commit ae5cab9

Browse files
update installer version
1 parent ce9a2c7 commit ae5cab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tarantool-version: ${{ matrix.tarantool }}
2121

2222
- name: Prepare apt repo
23-
run: curl -L https://tarantool.io/release/2/installer.sh | bash
23+
run: curl -L https://tarantool.io/release/3/installer.sh | bash
2424

2525
- name: Install tt cli
2626
run: sudo apt install -y tt
@@ -81,7 +81,7 @@ jobs:
8181
tarantool-version: ${{ matrix.tarantool }}
8282

8383
- name: Prepare apt repo
84-
run: curl -L https://tarantool.io/release/2/installer.sh | bash
84+
run: curl -L https://tarantool.io/release/3/installer.sh | bash
8585

8686
- name: Install tt cli
8787
run: sudo apt install -y tt

0 commit comments

Comments
 (0)