From f1501c96984199653189f5dfb6d86e9c160f9514 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 27 Jan 2022 06:20:57 +0100 Subject: [PATCH] should fix actions builds fro OSX --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7d973926c..950b85cc4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: run: brew tap RfidResearchGroup/proxmark3 - name: Install dependencies - run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc + run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - name: Install Python dependencies run: | @@ -76,7 +76,7 @@ jobs: run: brew tap RfidResearchGroup/proxmark3 - name: Install dependencies - run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc + run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - name: Install Python dependencies run: | @@ -118,7 +118,7 @@ jobs: run: brew tap RfidResearchGroup/proxmark3 - name: Install dependencies - run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc + run: brew install readline qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl - name: Install Python dependencies run: |