mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
test removal of qt5 symlink hack for osx
This commit is contained in:
parent
5fb37ee406
commit
ab5213126d
1 changed files with 0 additions and 18 deletions
18
.github/workflows/macos.yml
vendored
18
.github/workflows/macos.yml
vendored
|
@ -37,12 +37,6 @@ 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
|
|
||||||
working-directory: /usr/local/include
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
@ -84,12 +78,6 @@ 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
|
|
||||||
working-directory: /usr/local/include
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
@ -132,12 +120,6 @@ 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
|
|
||||||
working-directory: /usr/local/include
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
ln -svf ../opt/qt@5/include/qt .
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue