Skip to content

Commit

Permalink
Execute tests using a target defined as a JSON spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Zakrzewski committed Mar 27, 2024
1 parent 47f3ef5 commit 2044425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: rustup show

- name: Print m68k-unknown-linux-gnu target spec
run: rustc +nightly -Z unstable-options --print target-spec-json --target m68k-unknown-linux-gnu
run: rustc -Z unstable-options --print target-spec-json --target m68k-unknown-linux-gnu

- name: Setup rust cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 2044425

Please sign in to comment.