From ab5213126de1bc1bee56be04ea97e5b956ba8901 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 28 Feb 2022 17:00:23 +0100 Subject: [PATCH] test removal of qt5 symlink hack for osx --- .github/workflows/macos.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6a3711660..d4969452d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,12 +37,6 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 - working-directory: /usr/local/include - continue-on-error: true - run: | - ln -svf ../opt/qt@5/include/qt . - - name: Install Python dependencies run: | python3 -m pip install --upgrade pip @@ -84,12 +78,6 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 - working-directory: /usr/local/include - continue-on-error: true - run: | - ln -svf ../opt/qt@5/include/qt . - - name: Install Python dependencies run: | python3 -m pip install --upgrade pip @@ -132,12 +120,6 @@ jobs: - name: Install dependencies run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - - name: Fix linkings for qt5 - working-directory: /usr/local/include - continue-on-error: true - run: | - ln -svf ../opt/qt@5/include/qt . - - name: Install Python dependencies run: | python3 -m pip install --upgrade pip