Skip to content

Commit

Permalink
Add Rust CI under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Sep 15, 2023
1 parent 48f0ecd commit 01dc6bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,24 @@ jobs:
STEP: ${{ matrix.step }}
run: ./ci "${STEP}"

windows:
runs-on: windows-latest

steps:
- name: "Setup Rust"
uses: actions-rust-lang/[email protected]
with:
components: rustfmt, clippy

- name: Checkout repository
uses: actions/checkout@v4

check_success:
if: always()

needs:
- linux
- windows

runs-on: ubuntu-latest

Expand Down

0 comments on commit 01dc6bc

Please sign in to comment.