mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
github actions: macos bugfix
This commit is contained in:
parent
7db332a6de
commit
3dfc068a28
1 changed files with 3 additions and 1 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -8,9 +8,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Brew python bug workaround
|
||||||
|
run: brew link --overwrite python
|
||||||
- name: Update brew repos
|
- name: Update brew repos
|
||||||
run: brew update
|
run: brew update
|
||||||
- name: Update packages
|
- name: Upgrade packages
|
||||||
run: brew upgrade
|
run: brew upgrade
|
||||||
- name: Tap RfidResearchGroup/proxmark3
|
- name: Tap RfidResearchGroup/proxmark3
|
||||||
run: brew tap RfidResearchGroup/proxmark3
|
run: brew tap RfidResearchGroup/proxmark3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue