mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
should fix actions builds fro OSX
This commit is contained in:
parent
7bfb314ffa
commit
f1501c9698
1 changed files with 3 additions and 3 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: brew tap RfidResearchGroup/proxmark3
|
run: brew tap RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
run: brew tap RfidResearchGroup/proxmark3
|
run: brew tap RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
run: brew tap RfidResearchGroup/proxmark3
|
run: brew tap RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue