We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4eea commit f71648cCopy full SHA for f71648c
.github/workflows/build-cross-compile.yml
@@ -171,12 +171,12 @@ jobs:
171
echo "Dumping config.log:" &&
172
cat config.log &&
173
exit 1)
174
- if: steps.create-sysroot.outcome == 'success'
+ if: steps.create-sysroot.outcome == 'success' || steps.get-cached-sysroot.outputs.cache-hit == 'true'
175
176
- name: 'Build'
177
id: build
178
uses: ./.github/actions/do-build
179
with:
180
make-target: 'hotspot ${{ inputs.make-arguments }}'
181
platform: linux-${{ matrix.target-cpu }}
182
0 commit comments