github actions: macos bugfix

This commit is contained in:
Ave 2021-01-04 04:15:54 +03:00
commit 3dfc068a28

View file

@ -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