We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc8938 commit b32cab7Copy full SHA for b32cab7
.github/workflows/packing.yml
@@ -324,7 +324,7 @@ jobs:
324
325
- name: Install tarantool
326
run: |
327
- curl -L https://tarantool.io/yeohchA/release/2/installer.sh | bash
+ curl -L https://tarantool.io/release/2/installer.sh | bash
328
dnf install -y tarantool tarantool-devel
329
330
- name: Download RPM artifacts
@@ -488,7 +488,7 @@ jobs:
488
- name: Install tarantool ${{ matrix.tarantool }}
489
490
apt install -y curl
491
492
apt install -y tarantool tarantool-dev
493
env:
494
DEBIAN_FRONTEND: noninteractive
0 commit comments