Skip to content

Commit

Permalink
Merge pull request #289 from WiresmithTech/fix/ci-version-issues
Browse files Browse the repository at this point in the history
fix: Unavailable Versions in CI
  • Loading branch information
mulimoen authored May 30, 2024
2 parents 33c7a18 + 53448f4 commit 43015dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
fail-fast: false
matrix:
include:
- {version: [email protected]}
- {version: [email protected]}
- {version: [email protected]}
- {version: hdf5-mpi, mpi: true}
Expand Down Expand Up @@ -294,7 +293,8 @@ jobs:
with: {submodules: true}
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with: {toolchain: stable, targets: x86_64-pc-windows-gnu}
# Last version to support Wine pre 8.13
with: {toolchain: "1.75", targets: x86_64-pc-windows-gnu}
- name: Install dependencies
run: sudo apt-get update && sudo apt install wine64 mingw-w64
- name: Build and test
Expand Down

0 comments on commit 43015dd

Please sign in to comment.