Skip to content

Commit

Permalink
[CI] Install gfortran in macOS build + deleted Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 17, 2024
1 parent 56ff9eb commit b5f3b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# FortranCInterface_VERIFY fails on macOS, but it's not actually needed for the current build
run: sed -i".backup" 's/FortranCInterface_VERIFY(CXX)/# FortranCInterface_VERIFY(CXX)/g' ${{github.workspace}}/CMakeLists.txt

- name: Install gfortran
run: brew install --cask gfortran

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/build-windows.yml

This file was deleted.

0 comments on commit b5f3b80

Please sign in to comment.