Skip to content

Commit

Permalink
ci: add tt to ldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D authored and oleg-jukovec committed Jan 17, 2024
1 parent d28c6fb commit 87ccd6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
path: .rocks/
key: cache-rocks-${{ matrix.tarantool }}-01

- name: Setup tt
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version
- name: Install requirements
run: make deps
if: steps.cache-rocks.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 87ccd6e

Please # to comment.