diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 2029f72..09347e4 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -53,7 +53,7 @@ jobs: - name: Install tarantool ${{ matrix.tarantool }} if: matrix.os == 'macos-latest' run: | - tt install ${{ matrix.tarantool }} + tt install tarantool ${{ matrix.tarantool }} - name: Install dependencies run: |