Skip to content

Commit d1864c7

Browse files
committed
Update CI mingw job
1 parent 99d8d84 commit d1864c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,11 @@ jobs:
245245
rust: [stable]
246246
steps:
247247
- name: Checkout repository
248-
uses: actions/checkout@v2
248+
uses: actions/checkout@v3
249249
with: {submodules: true}
250250
- name: Install Rust (${{matrix.rust}})
251-
uses: actions-rs/toolchain@v1
252-
with: {toolchain: '${{matrix.rust}}', target: x86_64-pc-windows-gnu, profile: minimal, override: true}
251+
uses: dtolnay/rust-toolchain@stable
252+
with: {toolchain: '${{matrix.rust}}', targets: x86_64-pc-windows-gnu}
253253
- name: Install HDF5
254254
shell: pwsh
255255
run: |

0 commit comments

Comments
 (0)