Skip to content

Commit 809e8fe

Browse files
committed
simplify ci, remove cross
1 parent 81373a0 commit 809e8fe

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
strategy:
2828
matrix:
2929
run_args: [
30-
{label: Windows, os: windows-latest, cross: x86_64-pc-windows-msvc },
31-
{label: MacOS, os: macOS-latest, cross: x86_64-apple-darwin },
32-
{label: Ubuntu, os: ubuntu-latest, cross: x86_64-unknown-linux-gnu },
33-
{label: Ubuntu Aarch64, os: ubuntu-latest, cross: aarch64-unknown-linux-gnu }
30+
{label: Windows, os: windows-latest },
31+
{label: MacOS, os: macOS-latest },
32+
{label: Ubuntu, os: ubuntu-latest },
33+
{label: Ubuntu Aarch64, os: ubuntu-latest }
3434
]
3535
steps:
3636
- name: Checkout
@@ -46,11 +46,10 @@ jobs:
4646
override: true
4747
- name: Rust Cache
4848
uses: Swatinem/rust-cache@v2.7.3
49-
- uses: houseabsolute/actions-rust-cross@v0
49+
- uses: actions-rs/cargo@v1
5050
with:
5151
command: xtask
52-
target: ${{ matrix.run_args.cross }}
53-
args: ci-check
52+
args: ci-check
5453
- uses: romeovs/lcov-reporter-action@v0.2.16
5554
with:
5655
lcov-file: ./target/coverage/lcov.info

0 commit comments

Comments
 (0)