diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e60f8c..1064e51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,10 +28,13 @@ jobs: DEBIAN_FRONTEND: noninteractive - name: Install tt cli - run: sudo apt install -y tt=2.4.0 + run: sudo apt install -y tt=2.5.2 env: DEBIAN_FRONTEND: noninteractive + - name: Install Tarantool + run: tt install tarantool ${{ matrix.tarantool }} --dynamic + - name: Cache rocks uses: actions/cache@v2 id: cache-rocks