Skip to content

Commit

Permalink
Fix Android builds not using compiler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Dec 24, 2024
1 parent df70dca commit 8d554bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ jobs:
restore-keys: musl-cross-make-

- name: Checkout musl-cross-make
if: steps.compiler-cache.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: pmmp/musl-cross-make
path: musl-cross-make
ref: ${{ env.MUSL_CROSS_MAKE_VERSION }}

- name: Build compiler
if: steps.compiler-cache.outputs.cache-hit != 'true'
working-directory: musl-cross-make
run: |
echo "TARGET = aarch64-linux-musl" > config.mak
Expand Down

0 comments on commit 8d554bd

Please sign in to comment.