Skip to content

Commit c25064c

Browse files
committed
Fix sudo [TO SQUASH]
1 parent 8b43224 commit c25064c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Setup Tarantool (2.10)
3333
if: matrix.tarantool-version == '2.10'
3434
run: |
35-
curl -L https://tarantool.io/tWsLBdI/pre-release/2/installer.sh | bash
36-
sudo apt install -y tarantool tarantool-dev
35+
curl -L https://tarantool.io/pre-release/2/installer.sh | bash
36+
apt install -y tarantool tarantool-dev
3737
3838
- name: Install build requirements
3939
run: sudo apt-get -y install libsasl2-dev libevent-dev

0 commit comments

Comments
 (0)