From 5fb37ee40657caefef60ecfa440cdcfba61cbd70 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 28 Feb 2022 16:17:37 +0100 Subject: [PATCH] Try to remove symlink hack for openssl in osx CI --- .github/workflows/macos.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4b5ec7154..6a3711660 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,11 +37,10 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 and openssl + - name: Fix linkings for qt5 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 @@ -85,11 +84,10 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 and openssl + - name: Fix linkings for qt5 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 @@ -134,11 +132,10 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 and openssl + - name: Fix linkings for qt5 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