Skip to content

Commit

Permalink
build-std
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Apr 14, 2024
1 parent 21c7c25 commit 1340e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
- name: Build
run: cargo build --release --verbose
run: cargo build -Z build-std --release --verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1340e28

Please # to comment.