Skip to content

Commit

Permalink
Try installing fortran on Windows runner to avoid Eigen issues
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 11, 2024
1 parent cd18e45 commit 3414763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
if: runner.os == 'Windows'
run: choco install ninja

- name: Install Fortran (Windows)
uses: fortran-lang/setup-fortran@v1

- name: Checkout openchemistry
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3414763

Please sign in to comment.