mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08: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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Brew python bug workaround
|
||||
run: brew link --overwrite python
|
||||
- name: Update brew repos
|
||||
run: brew update
|
||||
- name: Update packages
|
||||
- name: Upgrade packages
|
||||
run: brew upgrade
|
||||
- name: Tap RfidResearchGroup/proxmark3
|
||||
run: brew tap RfidResearchGroup/proxmark3
|
||||
|
|
Loading…
Reference in a new issue