Skip to content

Commit 61e96fc

Browse files
ci: bump installer script
1 parent 70c92fd commit 61e96fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324

325325
- name: Install tarantool
326326
run: |
327-
curl -L https://tarantool.io/yeohchA/release/2/installer.sh | bash
327+
curl -L https://tarantool.io/release/2/installer.sh | bash
328328
dnf install -y tarantool tarantool-devel
329329
330330
- name: Download RPM artifacts
@@ -488,7 +488,7 @@ jobs:
488488
- name: Install tarantool ${{ matrix.tarantool }}
489489
run: |
490490
apt install -y curl
491-
curl -L https://tarantool.io/yeohchA/release/2/installer.sh | bash
491+
curl -L https://tarantool.io/release/2/installer.sh | bash
492492
apt install -y tarantool tarantool-dev
493493
env:
494494
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)