Use windows msvc (as rocksdb fails with gnu toolchain) (#621)

This commit is contained in:
Daniel Sanchez 2024-03-22 10:06:37 +01:00 committed by GitHub
parent 47487f0be7
commit 36d441ec21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -49,8 +49,8 @@ jobs:
if: matrix.os == 'windows-latest'
uses: actions-rs/toolchain@v1
with:
toolchain: stable-gnu
target: x86_64-pc-windows-gnu
toolchain: stable-msvc
target: x86_64-pc-windows-msvc
override: true
# Setup Rust toolchain for other OSes
- name: Setup Rust toolchain (Other OSes)