Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 authored Jul 26, 2023
1 parent 9e1c591 commit bd01e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
env:
BYOND_BIN: /home/runner/BYOND/byond/bin

- name: Build (release) (default features)
- name: Build (release) (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release
args: --target i686-unknown-linux-gnu --all-features --release

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

0 comments on commit bd01e42

Please sign in to comment.