We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df70dca commit 8d554bdCopy full SHA for 8d554bd
.github/workflows/main-pm-matrix.yml
@@ -53,13 +53,15 @@ jobs:
53
restore-keys: musl-cross-make-
54
55
- name: Checkout musl-cross-make
56
+ if: steps.compiler-cache.outputs.cache-hit != 'true'
57
uses: actions/checkout@v4
58
with:
59
repository: pmmp/musl-cross-make
60
path: musl-cross-make
61
ref: ${{ env.MUSL_CROSS_MAKE_VERSION }}
62
63
- name: Build compiler
64
65
working-directory: musl-cross-make
66
run: |
67
echo "TARGET = aarch64-linux-musl" > config.mak
0 commit comments