Skip to content

Commit

Permalink
FDS Build: Remove sh to allow bash shell to github linux actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cxp484 committed Nov 26, 2024
1 parent 1e3a32e commit 1e0d8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/Scripts/build_thirdparty_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ echo "Current shell: $SHELL"
source ../Scripts/set_compilers.sh



# PARSE OPTIONS FOR CLEAN LIBRARY BUILDS ####################################

# Set FIREMODELS environment variable if it is not already exists.
Expand Down
2 changes: 2 additions & 0 deletions Build/Scripts/set_compilers.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

echo "FDS build target = $FDS_BUILD_TARGET"

# Initialize variables and check environment variables
Expand Down

0 comments on commit 1e0d8da

Please sign in to comment.