diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb0d570..b7bce76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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