Skip to content

Commit

Permalink
missed *
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Jul 5, 2024
1 parent 8fc2d3d commit 690f120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_all_quickbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if [[ $item == *"template"* ]]; then
continue # template model not for compiling
fi
if [[ $item == *"/var/" ]] || [[ $item == *"/gps/" ]]; then
if [[ $item == *"/var/"* ]] || [[ $item == *"/gps/"* ]]; then
# skipping these converters, out of the box quickbuild.sh fails
# var needs wrf files
# gps need prepbuffr bufrlib.a to be built
Expand Down

0 comments on commit 690f120

Please sign in to comment.