File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
@@ -341,7 +341,6 @@ jobs:
341341
342342 - name : Install the crud module for testing purposes
343343 run : |
344- curl -L https://tarantool.io/release/2/installer.sh | bash
345344 sudo dnf install -y tt
346345 tt rocks install crud
347346
@@ -488,7 +487,7 @@ jobs:
488487 - name : Install tarantool ${{ matrix.tarantool }}
489488 run : |
490489 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
492491 apt install -y tarantool tarantool-dev
493492 env :
494493 DEBIAN_FRONTEND : noninteractive
@@ -509,7 +508,6 @@ jobs:
509508
510509 - name : Install the crud module for testing purposes
511510 run : |
512- curl -L https://tarantool.io/release/2/installer.sh | bash
513511 apt install -y tt
514512 tt rocks install crud
515513
You can’t perform that action at this time.
0 commit comments