We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9c233 commit a32dad8Copy full SHA for a32dad8
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
binary_target: x86_64-unknown-linux-gnu
19
- os: macos-10.15
20
binary_target: x86_64-apple-darwin
21
- - os: windows-2019
+ - os: windows-latest
22
binary_target: x86_64-pc-windows-msvc
23
steps:
24
- uses: actions/checkout@v2
@@ -34,9 +34,10 @@ jobs:
34
35
- name: Install LLVM and Clang # required for bindgen on Windows
36
uses: KyleMayes/install-llvm-action@v1
37
- if: matrix.os == 'windows-2019'
+ if: matrix.os == 'windows-latest'
38
with:
39
version: "10.0"
40
+ directory: ${{ runner.temp }}/llvm-10.0/
41
42
- name: Install rust ${{ matrix.binary_target }}
43
uses: actions-rs/toolchain@v1
0 commit comments