Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Apr 14, 2024
1 parent 81e3117 commit e2f156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
components: rust-src
- name: Build
run: cargo build -Zbuild-std=std,panic_abort --release --verbose
run: cargo build -Zbuild-std="std,panic_abort" --release --verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e2f156b

Please sign in to comment.