Skip to content

Commit

Permalink
fix: add missing dollar sign (#121)
Browse files Browse the repository at this point in the history
Adds missing $ in envar expansion
  • Loading branch information
CjS77 committed Mar 5, 2024
1 parent 1aa7694 commit f9fec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-cov.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Download Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: {{ env.RUSTUP_TOOLCHAIN }}
toolchain: ${{ env.RUSTUP_TOOLCHAIN }}
components: llvm-tools-preview
- name: Install requirements for code coverage
run: |
Expand Down

0 comments on commit f9fec4d

Please sign in to comment.