Skip to content

Commit 69c9259

Browse files
authored
Add CC and FC env variables back to workflow
Reintroduce CC and FC environment variables for builds.
1 parent b20aef1 commit 69c9259

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/github_cmake_macos.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: CMake build and unit tests on MacOS
22

33
on: push
44

5-
env:
6-
CC: gcc
7-
FC: gfortran
8-
95
jobs:
106
# Executables
117
build-symmetric:
@@ -17,6 +13,8 @@ jobs:
1713
env:
1814
CMAKE_FLAGS: "${{ matrix.build-type }} ${{ matrix.libyaml-flag }}"
1915
EXCLUDE_TESTS: "test_mpp_nesting|test_mpp_clock_begin_end_id|test_time_*"
16+
CC: gcc
17+
FC: gfortran
2018
steps:
2119
- uses: actions/checkout@v4
2220
- uses: ./.github/actions/macos-setup/

0 commit comments

Comments
 (0)