Skip to content

Commit

Permalink
tt
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Dec 30, 2023
1 parent 652b0f6 commit 4f94460
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,25 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Setup tt
if: matrix.os == 'ubuntu-latest'
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version
tt init
- name: Setup tt
if: matrix.os == 'macos-latest'
run: |
brew install tt
- name: Install tarantool ${{ matrix.tarantool }}
if: ${{ matrix.tarantool != 'master' && matrix.os == 'ubuntu-latest' }}
uses: tarantool/setup-tarantool@v2
Expand Down

0 comments on commit 4f94460

Please sign in to comment.