From b5a3f465b49975715092f84e20bc377855bea062 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 3 Mar 2025 22:06:12 -0600 Subject: [PATCH] try fixing windows build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc56240..5d2d801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,8 @@ jobs: if: matrix.os == 'windows-latest' run: | rustup set default-host x86_64-pc-windows-gnu - rustup update stable && rustup default stable + rustup update stable + rustup default stable - name: Set rust ${{ matrix.os }} if: matrix.os != 'windows-latest'