From 3b8dd3b62e676cf3215406505e7e7a757f53b50a Mon Sep 17 00:00:00 2001 From: igorcoding Date: Sat, 30 Dec 2023 14:21:53 +0300 Subject: [PATCH] tt --- .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 1704f43..ac2d8f4 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -57,7 +57,7 @@ jobs: - name: Install tarantool ${{ matrix.tarantool }} on MacOS if: matrix.os == 'macos-latest' run: | - brew install icu4c libyaml openssl@3 readline zstd + brew install icu4c libyaml 'openssl@3' readline zstd sudo tt install tarantool ${{ matrix.tarantool }} - name: Install dependencies