mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 15:07:30 +08:00
Raise Git's http.postBuffer to something high for macOS actions
This commit is contained in:
parent
be92990c45
commit
4a9b5cee96
3 changed files with 6 additions and 0 deletions
2
.github/workflows/macos-cmake.yaml
vendored
2
.github/workflows/macos-cmake.yaml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set Git http.postBuffer to something high
|
||||
run: git config --global http.postBuffer 524288000
|
||||
- name: Update brew repos
|
||||
run: brew update
|
||||
- name: Tap RfidResearchGroup/proxmark3
|
||||
|
|
2
.github/workflows/macos-make-btaddon.yml
vendored
2
.github/workflows/macos-make-btaddon.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set Git http.postBuffer to something high
|
||||
run: git config --global http.postBuffer 524288000
|
||||
- name: Update brew repos
|
||||
run: brew update
|
||||
- name: Tap RfidResearchGroup/proxmark3
|
||||
|
|
2
.github/workflows/macos-make.yml
vendored
2
.github/workflows/macos-make.yml
vendored
|
@ -9,6 +9,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update brew repos
|
||||
- name: Set Git http.postBuffer to something high
|
||||
run: git config --global http.postBuffer 524288000
|
||||
run: brew update
|
||||
- name: Tap RfidResearchGroup/proxmark3
|
||||
run: brew tap RfidResearchGroup/proxmark3
|
||||
|
|
Loading…
Reference in a new issue