Skip to content

Commit

Permalink
fix rust toolchain name
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Nov 2, 2023
1 parent 9020506 commit ea70f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Read toolchain file
id: rust-toolchain
run: |
RUST_TOOLCHAIN=$(grep 'channel' rust-toolchain.toml | awk '{split($0,a," = "); print a[2]}' | tr -d '"')
RUST_TOOLCHAIN=$(grep 'channel' rust-toolchain | awk '{split($0,a," = "); print a[2]}' | tr -d '"')
echo "RUST_TOOLCHAIN=$RUST_TOOLCHAIN" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit ea70f76

Please sign in to comment.