We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecc4d5 commit d9041b4Copy full SHA for d9041b4
.github/workflows/testing.yml
@@ -208,7 +208,7 @@ jobs:
208
if: (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
209
shell: wsl-bash_Ubuntu-20.04 {0}
210
run: |
211
- curl -L https://tarantool.io/release/2/installer.sh | sudo bash | VER=2 bash -s -- --type "release"
+ curl -L https://tarantool.io/release/2/installer.sh | VER=2 bash -s -- --type "release"
212
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
213
214
- name: Setup test tarantool instance
0 commit comments