mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
workflow changes
This commit is contained in:
parent
12d700136f
commit
6b11b18314
1 changed files with 6 additions and 18 deletions
24
.github/workflows/macos.yml
vendored
24
.github/workflows/macos.yml
vendored
|
@ -12,12 +12,8 @@ jobs:
|
||||||
- name: Set Git http.postBuffer to something high
|
- name: Set Git http.postBuffer to something high
|
||||||
run: git config --global http.postBuffer 524288000
|
run: git config --global http.postBuffer 524288000
|
||||||
|
|
||||||
- name: handle homebrew quirks
|
- name: Handle homebrew quirks
|
||||||
run: |
|
run: rm -rf /usr/local/bin/2to3
|
||||||
brew uninstall openssl@1.0.2t
|
|
||||||
rm -rf /usr/local/etc/openssl
|
|
||||||
rm -rf /usr/local/etc/openssl@1.1
|
|
||||||
rm -rf /usr/local/bin/2to3
|
|
||||||
|
|
||||||
- name: Update brew repos
|
- name: Update brew repos
|
||||||
run: brew update
|
run: brew update
|
||||||
|
@ -51,12 +47,8 @@ jobs:
|
||||||
- name: Set Git http.postBuffer to something high
|
- name: Set Git http.postBuffer to something high
|
||||||
run: git config --global http.postBuffer 524288000
|
run: git config --global http.postBuffer 524288000
|
||||||
|
|
||||||
- name: handle homebrew quirks
|
- name: Handle homebrew quirks
|
||||||
run: |
|
run: rm -rf /usr/local/bin/2to3
|
||||||
brew uninstall openssl@1.0.2t
|
|
||||||
rm -rf /usr/local/etc/openssl
|
|
||||||
rm -rf /usr/local/etc/openssl@1.1
|
|
||||||
rm -rf /usr/local/bin/2to3
|
|
||||||
|
|
||||||
- name: Update brew repos
|
- name: Update brew repos
|
||||||
run: brew update
|
run: brew update
|
||||||
|
@ -91,12 +83,8 @@ jobs:
|
||||||
- name: Set Git http.postBuffer to something high
|
- name: Set Git http.postBuffer to something high
|
||||||
run: git config --global http.postBuffer 524288000
|
run: git config --global http.postBuffer 524288000
|
||||||
|
|
||||||
- name: handle homebrew quirks
|
- name: Handle homebrew quirks
|
||||||
run: |
|
run: rm -rf /usr/local/bin/2to3
|
||||||
brew uninstall openssl@1.0.2t
|
|
||||||
rm -rf /usr/local/etc/openssl
|
|
||||||
rm -rf /usr/local/etc/openssl@1.1
|
|
||||||
rm -rf /usr/local/bin/2to3
|
|
||||||
|
|
||||||
- name: Update brew repos
|
- name: Update brew repos
|
||||||
run: brew update
|
run: brew update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue