mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Try to remove symlink hack for openssl in osx CI
This commit is contained in:
parent
14ce85a3c7
commit
5fb37ee406
1 changed files with 3 additions and 6 deletions
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
|
@ -37,11 +37,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl
|
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
|
working-directory: /usr/local/include
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
ln -svf ../opt/openssl@3/include/openssl .
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
ln -svf ../opt/qt@5/include/qt .
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
@ -85,11 +84,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl
|
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
|
working-directory: /usr/local/include
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
ln -svf ../opt/openssl@3/include/openssl .
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
ln -svf ../opt/qt@5/include/qt .
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
@ -134,11 +132,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install readline coreutils qt5 RfidResearchGroup/proxmark3/arm-none-eabi-gcc openssl
|
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
|
working-directory: /usr/local/include
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
ln -svf ../opt/openssl@3/include/openssl .
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
ln -svf ../opt/qt@5/include/qt .
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue