File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,15 @@ jobs:
27
27
28
28
runs-on : ubuntu-22.04
29
29
steps :
30
+ - name : Setup tt
31
+ run : |
32
+ curl -L https://tarantool.io/release/3/installer.sh | bash
33
+ sudo apt install -y tt
34
+ tt version
35
+
30
36
- name : Install tarantool ${{ matrix.tarantool }}
31
37
if : startsWith(matrix.tarantool, 'debug') != true
32
- uses : tarantool/setup-tarantool@v3
33
- with :
34
- tarantool-version : ${{ matrix.tarantool }}
38
+ run : tt install tarantool ${{ matrix.tarantool }} --dynamic
35
39
36
40
- name : Create variables for Tarantool ${{ matrix.tarantool }}
37
41
if : startsWith(matrix.tarantool, 'debug')
88
92
path : .rocks/
89
93
key : " cache-rocks-${{ matrix.tarantool }}${{ env.VERSION_POSTFIX }}"
90
94
91
- - name : Setup tt
92
- run : |
93
- curl -L https://tarantool.io/release/3/installer.sh | bash
94
- sudo apt install -y tt
95
- tt version
96
-
97
95
- name : Install requirements
98
96
run : make deps depname=coverage
99
97
if : steps.cache-rocks.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments