File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
55
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
56
56
sudo apt install -y tt
57
57
58
+ - name : Setup tt environment
59
+ run : tt init
60
+
58
61
- name : Setup Tarantool ${{ matrix.tarantool }}
59
62
if : matrix.tarantool != 'master'
60
63
uses : tarantool/setup-tarantool@v2
@@ -73,13 +76,14 @@ jobs:
73
76
id : cache-latest
74
77
uses : actions/cache@v3
75
78
with :
76
- path : " ${GITHUB_WORKSPACE}/bin"
79
+ path : |
80
+ ${{ github.workspace }}/bin
81
+ ${{ github.workspace }}/include
77
82
key : cache-latest-${{ env.LATEST_COMMIT }}
78
83
79
84
- name : Setup Tarantool master
80
85
if : matrix.tarantool == 'master' && steps.cache-latest.outputs.cache-hit != 'true'
81
86
run : |
82
- tt init
83
87
sudo tt install tarantool master
84
88
85
89
- name : Add Tarantool master to PATH
You can’t perform that action at this time.
0 commit comments