Oops I messed up the CI

This commit is contained in:
Kyan Wanschers 2024-09-01 15:03:00 +02:00
parent 395d8b3cdb
commit 4aa116e32d

View file

@ -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