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 c33815a commit a2557bbCopy full SHA for a2557bb
.github/workflows/build-cross-compile.yml
@@ -177,12 +177,12 @@ jobs:
177
echo "Dumping config.log:" &&
178
cat config.log &&
179
exit 1)
180
- if: steps.create-sysroot.outcome == 'success'
+ if: steps.create-sysroot.outcome == 'success' || steps.get-cached-sysroot.outputs.cache-hit == 'true'
181
182
- name: 'Build'
183
id: build
184
uses: ./.github/actions/do-build
185
with:
186
make-target: 'hotspot ${{ inputs.make-arguments }}'
187
platform: linux-${{ matrix.target-cpu }}
188
0 commit comments