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 c809a4f commit af88d26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 All @@ -341,7 +341,6 @@ jobs:

- name: Install the crud module for testing purposes
run: |
curl -L https://tarantool.io/release/2/installer.sh | bash
sudo dnf install -y tt
tt rocks install crud
Expand Down Expand Up @@ -488,7 +487,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 All @@ -509,7 +508,6 @@ jobs:

- name: Install the crud module for testing purposes
run: |
curl -L https://tarantool.io/release/2/installer.sh | bash
apt install -y tt
tt rocks install crud
Expand Down

0 comments on commit af88d26

Please sign in to comment.