Skip to content

Commit 8d554bd

Browse files
authored
Fix Android builds not using compiler cache
1 parent df70dca commit 8d554bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ jobs:
5353
restore-keys: musl-cross-make-
5454

5555
- name: Checkout musl-cross-make
56+
if: steps.compiler-cache.outputs.cache-hit != 'true'
5657
uses: actions/checkout@v4
5758
with:
5859
repository: pmmp/musl-cross-make
5960
path: musl-cross-make
6061
ref: ${{ env.MUSL_CROSS_MAKE_VERSION }}
6162

6263
- name: Build compiler
64+
if: steps.compiler-cache.outputs.cache-hit != 'true'
6365
working-directory: musl-cross-make
6466
run: |
6567
echo "TARGET = aarch64-linux-musl" > config.mak

0 commit comments

Comments
 (0)