Skip to content

Commit

Permalink
Fix cargo rustc command in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctamblyn committed Aug 24, 2023
1 parent 24fca22 commit f529205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: rustc --manifest-path=check_no_std/Cargo.toml -- -C link-arg=-nostartfiles
- run: cargo rustc --manifest-path=check_no_std/Cargo.toml -- -C link-arg=-nostartfiles

check:
name: Check
Expand Down

0 comments on commit f529205

Please sign in to comment.