We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e158d commit afc6e03Copy full SHA for afc6e03
.github/actions/setup-cross-build/action.yml
@@ -40,8 +40,6 @@ runs:
40
file: fuel-core-ci/ci/Dockerfile.${{ inputs.target }}-clang
41
tags: ${{ inputs.cross_image }}:latest
42
load: true
43
- cache-from: type=gha,scope=cross-${{ inputs.target }}
44
- cache-to: type=gha,mode=max,scope=cross-${{ inputs.target }}
45
46
- name: Configure Cross.toml for custom image and extra deps
47
if: ${{ inputs.cross_image != '' }}
0 commit comments