From d1864c7db79da4208ceb70c0bf8894a16775e695 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Sat, 10 Jun 2023 23:20:25 +0200 Subject: [PATCH] Update CI mingw job --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 043fdf5e..329929e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |