We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43224 commit c25064cCopy full SHA for c25064c
.github/workflows/testing.yaml
@@ -32,8 +32,8 @@ jobs:
32
- name: Setup Tarantool (2.10)
33
if: matrix.tarantool-version == '2.10'
34
run: |
35
- curl -L https://tarantool.io/tWsLBdI/pre-release/2/installer.sh | bash
36
- sudo apt install -y tarantool tarantool-dev
+ curl -L https://tarantool.io/pre-release/2/installer.sh | bash
+ apt install -y tarantool tarantool-dev
37
38
- name: Install build requirements
39
run: sudo apt-get -y install libsasl2-dev libevent-dev
0 commit comments