Skip to content

Commit

Permalink
Revert "correct typo and set variables in gcc workflow (#20)"
Browse files Browse the repository at this point in the history
This reverts commit 6d39a55.
  • Loading branch information
RussTreadon-NOAA committed May 29, 2024
1 parent 6d39a55 commit 0005fc9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
spack install -v --fail-fast --dirty
spack clean --all
gsi-utils:
gsi-monitor:
needs: setup
runs-on: ubuntu-latest

Expand All @@ -99,11 +99,10 @@ jobs:
run: |
source spack/share/spack/setup-env.sh
spack env activate gsiutils-env
export CC=mpicc
export FC=mpif90
cd gsi-utils
mkdir -p build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../install -DBUILD_UTIL_ALL=ON ..
make -j2 VERBOSE=1
make install
env:
CC: mpicc
FC: mpif90

0 comments on commit 0005fc9

Please sign in to comment.