Skip to content

Commit

Permalink
240501.212354.HKT fix typo in cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed May 1, 2024
1 parent 870b238 commit 1e5b743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2260,3 +2260,4 @@ PARKCH
TESTQUAD
WAITALL
xcodebuild
ICX
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}


env:
GCC_FLGS: '-Wall -Wextra -Wpedantic -Werror'
GCC_FLAGS: '-Wall -Wextra -Wpedantic -Werror'
GFORTRAN_FLAGS: '-Wall -Wextra -Wpedantic -Werror -fimplicit-none -fcheck=all -fstack-check -Wno-function-elimination'
ICC_FLAGS: '-diag-disable=10441 -Wall -w3 -Werror-all'
IFORT_FLAGS: '-warn all -debug extended -fimplicit-none -standard-semantics'
Expand Down

0 comments on commit 1e5b743

Please sign in to comment.