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 140ac4d commit c4cdc3cCopy full SHA for c4cdc3c
.github/workflows/check.yaml
@@ -20,7 +20,10 @@ jobs:
20
21
- name: Setup luacheck
22
run: |
23
- sudo apt -y install tt
+ sudo apt update
24
+ sudo apt install curl
25
+ curl -L https://tarantool.io/release/3/installer.sh | bash
26
+ sudo apt install -y tt
27
tt rocks install luacheck 0.25.0
28
29
- run: cmake -S . -B build
.github/workflows/publish.yml
@@ -52,6 +52,9 @@ jobs:
52
with:
53
tarantool-version: '3.3'
54
- run: |
55
56
57
58
sudo apt install -y tt
59
tt rocks pack memcached-${{ env.TAG }}-1.rockspec
60
0 commit comments