Skip to content

Commit

Permalink
Fix linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Dec 28, 2023
1 parent 1b1bbec commit 81c4455
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 @@ -72,7 +72,7 @@ jobs:
run: cargo check --target i686-unknown-linux-gnu --locked --features all

- name: Build (release) (all features)
run: cargo build --target i686-unknown-linux-gnu --locked --features all
run: cargo build --target i686-unknown-linux-gnu --locked --release --features all

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 81c4455

Please sign in to comment.