From 391cc3d331030c16e93cc831e61167dc940aff35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lteri=C5=9F=20Ya=C4=9F=C4=B1ztegin=20Ero=C4=9Flu?= Date: Mon, 31 Jan 2022 16:35:59 +0300 Subject: [PATCH] add homebrew quirk fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: İlteriş Yağıztegin Eroğlu --- .github/workflows/macos.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 950b85cc4..6a9dd07b0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,6 +37,13 @@ jobs: - name: Install dependencies run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl + - name: Fix linkings for qt5 and openssl + working-directory: /usr/local/include + continue-on-error: true + run: | + ln -svf ../opt/openssl@3/include/openssl . + ln -svf ../opt/qt@5/include/qt . + - name: Install Python dependencies run: | python3 -m pip install --upgrade pip @@ -78,6 +85,13 @@ jobs: - name: Install dependencies run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl + - name: Fix linkings for qt5 and openssl + working-directory: /usr/local/include + continue-on-error: true + run: | + ln -svf ../opt/openssl@3/include/openssl . + ln -svf ../opt/qt@5/include/qt . + - name: Install Python dependencies run: | python3 -m pip install --upgrade pip @@ -120,6 +134,13 @@ jobs: - name: Install dependencies run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl + - name: Fix linkings for qt5 and openssl + working-directory: /usr/local/include + continue-on-error: true + run: | + ln -svf ../opt/openssl@3/include/openssl . + ln -svf ../opt/qt@5/include/qt . + - name: Install Python dependencies run: | python3 -m pip install --upgrade pip