Skip to content

Commit

Permalink
debug Intel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 16, 2024
1 parent 70e86e1 commit b0c3d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Build w3emc"
run: |
${{ matrix.compilers }} cmake -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bacio;$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bufr" -B w3emc/build -S w3emc
cmake --parallel 2 --build w3emc/build
cmake --build w3emc/build --parallel 2 --verbose
- name: "Test w3emc"
run: |
Expand Down

0 comments on commit b0c3d67

Please sign in to comment.