try fixing windows build

This commit is contained in:
Dmitriy Ryajov 2025-03-03 22:06:12 -06:00
parent e33ef33d5b
commit b5a3f465b4
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

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