From 4aa116e32da9c1e9a7e8b5cd42c97b8b7870ee41 Mon Sep 17 00:00:00 2001 From: BlackDragon-B Date: Sun, 1 Sep 2024 15:03:00 +0200 Subject: [PATCH] Oops I messed up the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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