Skip to content

Commit 3452828

Browse files
authored
Merge pull request #529 from nodecross/chore/fix-ci
chore: fix ci again
2 parents 1091ff5 + daaa892 commit 3452828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-with-omnibus/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ runs:
3333
uses: actions-rust-lang/setup-rust-toolchain@v1
3434
with:
3535
cache: ${{ inputs.use-cache }}
36-
cache-key: ${{ inputs.target }}
36+
cache-key: ${{ inputs.arch }}
3737
rustflags: "" # override default rustflags
3838

3939
- name: add toolchain
4040
shell: bash
41-
run: rustup target add ${{ inputs.target }}
41+
run: rustup target add ${{ inputs.arch }}
4242

4343
- name: (setup) sccache
4444
uses: mozilla-actions/[email protected]

0 commit comments

Comments
 (0)