Skip to content

Commit d9041b4

Browse files
5
1 parent 5ecc4d5 commit d9041b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
if: (matrix.tarantool != '1.10') && (matrix.tarantool != '2.8')
209209
shell: wsl-bash_Ubuntu-20.04 {0}
210210
run: |
211-
curl -L https://tarantool.io/release/2/installer.sh | sudo bash | VER=2 bash -s -- --type "release"
211+
curl -L https://tarantool.io/release/2/installer.sh | VER=2 bash -s -- --type "release"
212212
sudo apt install -y tarantool=${{ matrix.tarantool }} tarantool-dev=${{ matrix.tarantool }}
213213
214214
- name: Setup test tarantool instance

0 commit comments

Comments
 (0)