Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit bd01e42

Browse files
authored
Update rust.yml
1 parent 9e1c591 commit bd01e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
env:
7676
BYOND_BIN: /home/runner/BYOND/byond/bin
7777

78-
- name: Build (release) (default features)
78+
- name: Build (release) (all features)
7979
uses: actions-rs/cargo@v1
8080
with:
8181
toolchain: stable
8282
command: build
83-
args: --target i686-unknown-linux-gnu --release
83+
args: --target i686-unknown-linux-gnu --all-features --release
8484

8585
- uses: actions/upload-artifact@v3
8686
with:

0 commit comments

Comments
 (0)