Skip to content

Commit

Permalink
ci: bump installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Sep 4, 2024
1 parent abc8938 commit b32cab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:

- name: Install tarantool
run: |
curl -L https://tarantool.io/yeohchA/release/2/installer.sh | bash
curl -L https://tarantool.io/release/2/installer.sh | bash
dnf install -y tarantool tarantool-devel
- name: Download RPM artifacts
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:
- name: Install tarantool ${{ matrix.tarantool }}
run: |
apt install -y curl
curl -L https://tarantool.io/yeohchA/release/2/installer.sh | bash
curl -L https://tarantool.io/release/2/installer.sh | bash
apt install -y tarantool tarantool-dev
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit b32cab7

Please sign in to comment.