mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-21 23:47:39 +00:00
Switch to gmake on macOS
This commit is contained in:
parent
2bdc047c4d
commit
554eda8fe1
7
.github/actions/setup/action.yml
vendored
7
.github/actions/setup/action.yml
vendored
@ -21,6 +21,13 @@ runs:
|
||||
restore-keys: ${{ runner.os }}
|
||||
max-size: 10000M
|
||||
|
||||
- name: Set up GNU make
|
||||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: |
|
||||
brew install make
|
||||
echo 'GNUMAKE=gmake' >> "$GITHUB_ENV"
|
||||
|
||||
- name: Cache Gradle dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user