From 9e3650b6733aa210c9045c2c9fbf4beb7da9ca08 Mon Sep 17 00:00:00 2001 From: themilchenko Date: Fri, 8 Nov 2024 12:11:33 +0300 Subject: [PATCH] ci: fix tests for ssl There was errors with SSL options for several versions of Tarantool. After the patch building of Tarantool was changed on dynamic one in CI. --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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