workflow cleaning

This commit is contained in:
İlteriş Eroğlu
2021-01-04 19:18:08 +00:00
committed by GitHub
parent b05b94f619
commit 12d700136f
5 changed files with 109 additions and 55 deletions

View File

@@ -12,6 +12,13 @@ jobs:
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
- name: handle homebrew quirks
run: |
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
run: brew update
continue-on-error: true
@@ -44,6 +51,13 @@ jobs:
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
- name: handle homebrew quirks
run: |
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
run: brew update
continue-on-error: true
@@ -77,6 +91,13 @@ jobs:
- name: Set Git http.postBuffer to something high
run: git config --global http.postBuffer 524288000
- name: handle homebrew quirks
run: |
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
run: brew update
continue-on-error: true
@@ -101,4 +122,6 @@ jobs:
working-directory: client/build/
- name: Test
run: make client/check CHECKARGS="--clientbin ./client/build/proxmark3"
env:
CHECKARGS: "--clientbin ./client/build/proxmark3"
run: make client/check