From 1376b81b2e49ae3096d66f487fa292b7979f9f79 Mon Sep 17 00:00:00 2001 From: igorcoding Date: Sun, 1 Dec 2024 14:00:32 +0300 Subject: [PATCH] fix Tarantool utl --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 607d103..39984e8 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -33,7 +33,7 @@ jobs: - name: Install Tarantool ${{ matrix.tarantool }} on Ubuntu if: matrix.os == 'ubuntu-latest' run: | - curl -L https://tarantool.io/nTmSHOX/release/${{ matrix.tarantool }}/installer.sh | bash + curl -L https://tarantool.io/release/${{ matrix.tarantool }}/installer.sh | bash sudo apt-get -y install tarantool - name: Install Tarantool ${{ matrix.tarantool }} on MacOS