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.
2 parents 1091ff5 + daaa892 commit 3452828Copy full SHA for 3452828
.github/actions/build-with-omnibus/action.yml
@@ -33,12 +33,12 @@ runs:
33
uses: actions-rust-lang/setup-rust-toolchain@v1
34
with:
35
cache: ${{ inputs.use-cache }}
36
- cache-key: ${{ inputs.target }}
+ cache-key: ${{ inputs.arch }}
37
rustflags: "" # override default rustflags
38
39
- name: add toolchain
40
shell: bash
41
- run: rustup target add ${{ inputs.target }}
+ run: rustup target add ${{ inputs.arch }}
42
43
- name: (setup) sccache
44
uses: mozilla-actions/[email protected]
0 commit comments