From 248be759a89c57445e7ee36279c93258b1249429 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Wed, 31 Jul 2024 12:39:13 +0300 Subject: [PATCH] minor update to macos workflow --- .github/workflows/macos_test_cases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test_cases.yml b/.github/workflows/macos_test_cases.yml index 2ca60e5c..0b96b2a2 100644 --- a/.github/workflows/macos_test_cases.yml +++ b/.github/workflows/macos_test_cases.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download requirements - run: sudo pip3 install xcrun && sudo pip3 install gcovr && brew install lcov libxrandr libxcursor libudev openal-soft flac libvorbis mesa freeglut + run: sudo pip3 install xcrun && sudo pip3 install gcovr --break-system-packages && brew install lcov libxrandr libxcursor libudev openal-soft flac libvorbis mesa freeglut - name: Install dependencies run: pip install -r requirements.txt - name: Configure CMake