Commit af88d26 1 parent c809a4f commit af88d26 Copy full SHA for af88d26
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ jobs:
324
324
325
325
- name : Install tarantool
326
326
run : |
327
- curl -L https://tarantool.io/yeohchA/ release/2/installer.sh | bash
327
+ curl -L https://tarantool.io/release/2/installer.sh | bash
328
328
dnf install -y tarantool tarantool-devel
329
329
330
330
- name : Download RPM artifacts
@@ -341,7 +341,6 @@ jobs:
341
341
342
342
- name : Install the crud module for testing purposes
343
343
run : |
344
- curl -L https://tarantool.io/release/2/installer.sh | bash
345
344
sudo dnf install -y tt
346
345
tt rocks install crud
347
346
@@ -488,7 +487,7 @@ jobs:
488
487
- name : Install tarantool ${{ matrix.tarantool }}
489
488
run : |
490
489
apt install -y curl
491
- curl -L https://tarantool.io/yeohchA/ release/2/installer.sh | bash
490
+ curl -L https://tarantool.io/release/2/installer.sh | bash
492
491
apt install -y tarantool tarantool-dev
493
492
env :
494
493
DEBIAN_FRONTEND : noninteractive
@@ -509,7 +508,6 @@ jobs:
509
508
510
509
- name : Install the crud module for testing purposes
511
510
run : |
512
- curl -L https://tarantool.io/release/2/installer.sh | bash
513
511
apt install -y tt
514
512
tt rocks install crud
515
513
You can’t perform that action at this time.
0 commit comments