From a2492113f5e50ad4a0c788618609afbe6aa139fc Mon Sep 17 00:00:00 2001 From: Pavel Balaev Date: Thu, 18 Jan 2024 18:45:41 +0300 Subject: [PATCH] sd --- .github/workflows/testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0b31d7a7b..90e746ea3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -358,6 +358,12 @@ jobs: run: echo "MallocNanoZone=0" >> $GITHUB_ENV if: matrix.runs-on == 'macos-12' + # Workaround issue https://github.com/tarantool/tt/issues/640 + - name: Fix tt rocks + if: matrix.tarantool == 'brew' + run: | + brew ls --verbose tarantool | grep macosx.lua | xargs rm + - name: Install test dependencies run: | brew install tt