diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2c8da823..7bacead6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,10 +10,10 @@ env: CARGO_TERM_COLOR: always jobs: - strategy: - matrix: - os: [ubuntu-latest, windows-latest] install_deps: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -26,6 +26,9 @@ jobs: run: cargo install --no-default-features --locked --version 0.37.23 cargo-make test: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} needs: install_deps steps: @@ -39,6 +42,9 @@ jobs: run: cargo make test build-rpi: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} needs: install_deps steps: @@ -56,6 +62,9 @@ jobs: run: cargo make -e RPI=4 rpibm build-sdl: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} needs: install_deps steps: @@ -71,6 +80,9 @@ jobs: run: cargo make sdl_dbg build-libretro: + strategy: + matrix: + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} needs: install_deps steps: