Oops I messed up the CI
This commit is contained in:
parent
395d8b3cdb
commit
4aa116e32d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Update rust to nightly
|
||||
run: rustup update nightly && rustup default nightly
|
||||
run: rustup update nightly && rustup default nightly && rustup target add x86_64-pc-windows-gnu
|
||||
- name: Check for errors
|
||||
run: cargo check
|
||||
- name: Build with release profile
|
||||
|
|
Loading…
Reference in a new issue