Skip to content

Commit

Permalink
Update CI mingw job
Browse files Browse the repository at this point in the history
  • Loading branch information
mulimoen committed Jun 10, 2023
1 parent 99d8d84 commit d1864c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with: {submodules: true}
- name: Install Rust (${{matrix.rust}})
uses: actions-rs/toolchain@v1
with: {toolchain: '${{matrix.rust}}', target: x86_64-pc-windows-gnu, profile: minimal, override: true}
uses: dtolnay/rust-toolchain@stable
with: {toolchain: '${{matrix.rust}}', targets: x86_64-pc-windows-gnu}
- name: Install HDF5
shell: pwsh
run: |
Expand Down

0 comments on commit d1864c7

Please sign in to comment.