Skip to content

Commit d496293

Browse files
authored
Update rust.yml
1 parent 0d18615 commit d496293

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
@@ -27,10 +27,10 @@ jobs:
2727
- name: Install latest rust nightly
2828
uses: dtolnay/rust-toolchain@nightly
2929
with:
30-
targets: x86_64-unknown-none
30+
targets: x86_64-unknown-none, x86_64-unknown-linux-gnu
3131
components: rustfmt, clippy
3232

33-
- run: rustup target add x86_64-unknown-none
33+
#- run: rustup target add x86_64-unknown-none
3434

3535
#- name: Cache Build
3636
# uses: Swatinem/rust-cache@v2.5.0

0 commit comments

Comments
 (0)