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 e307c64 commit 5a428eeCopy full SHA for 5a428ee
.github/workflows/test_on_push.yaml
@@ -19,7 +19,9 @@ jobs:
19
- uses: tarantool/setup-tarantool@v4
20
with:
21
tarantool-version: ${{ matrix.tarantool }}
22
- - run: sudo apt install https://github.com/tarantool/tt/releases/download/v2.11.0/tt_2.11.0_amd64.deb
+ - run: |
23
+ wget -O /tmp/tt.deb https://github.com/tarantool/tt/releases/download/v2.11.0/tt_2.11.0_amd64.deb
24
+ sudo apt install /tmp/tt.deb
25
26
- name: Build module
27
run: |
0 commit comments