From acde13f9d32855afb2e0ae38718d946cd1818657 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 9 Feb 2024 12:21:33 -0600 Subject: [PATCH] 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 aa11b00..765785b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Set rust target ${{ matrix.os }} if: matrix.os == 'windows-latest' - run: rustup default-host x86_64-pc-windows-gnu + run: rustup set default-host x86_64-pc-windows-gnu - name: Setup rust run: rustup update stable && rustup default stable