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