Skip to content

Commit

Permalink
fix(ci): fix invalid env syntax (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Mar 8, 2022
1 parent 98c7f86 commit 053e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-cov.yml
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
RUSTUP_TOOLCHAIN=nightly
RUSTUP_TOOLCHAIN: "nightly"
jobs:
coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 053e64e

Please sign in to comment.