diff --git a/.github/workflows/fast_testing.yaml b/.github/workflows/fast_testing.yaml index b8216f7..46025ad 100644 --- a/.github/workflows/fast_testing.yaml +++ b/.github/workflows/fast_testing.yaml @@ -38,20 +38,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install tarantool ${{ matrix.tarantool }} (< 2.10) - if: matrix.tarantool != '2.10' + - name: Install tarantool ${{ matrix.tarantool }} uses: tarantool/setup-tarantool@v1 with: tarantool-version: ${{ matrix.tarantool }} - # It's a temporary hack. May be removed after the fix: - # https://github.com/tarantool/setup-tarantool/issues/19 - - name: Install tarantool ${{ matrix.tarantool }} (2.10) - if: matrix.tarantool == '2.10' - run: | - curl -L https://tarantool.io/tWsLBdI/release/2/installer.sh | bash - sudo apt install -y tarantool tarantool-dev - - name: Clone the module uses: actions/checkout@v2