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 94e124c commit 0569a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/m68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ jobs:
- name: Build sysroot with target as JSON spec
run: |
./y.sh build --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
./y.sh build --build-sysroot --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
- name: Build with target as JSON spec
run: |
./y.sh cargo build --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
cargo build --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
./y.sh clean all
- name: Build
Expand Down

0 comments on commit 0569a91

Please sign in to comment.