Use windows msvc (as rocksdb fails with gnu toolchain) (#621)
This commit is contained in:
parent
47487f0be7
commit
36d441ec21
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue