mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 13:01:37 -07:00
OSX CI: missing few coreutils
This commit is contained in:
parent
d7e16ba888
commit
3a27160f75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -83,7 +83,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 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 and openssl
|
||||||
working-directory: /usr/local/include
|
working-directory: /usr/local/include
|
||||||
|
@ -132,7 +132,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 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 and openssl
|
||||||
working-directory: /usr/local/include
|
working-directory: /usr/local/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue