Skip to content

Commit

Permalink
added additional hostname check
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Oct 25, 2023
1 parent bd76f06 commit a43a06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- run: |
bash -l -c "hostname"
bash -l -c "export HOSTNAME=trilinos-container-gcc-8"
bash -l -c "hostname"
bash -l -c "mkdir -p trilinos_build && cd trilinos_build"
bash -l -c "../Trilinos/packages/framework/get_dependencies.sh --container"
bash -l -c "source ../Trilinos/packages/framework/GenConfig/gen-config.sh --list-configs"
Expand Down

0 comments on commit a43a06a

Please sign in to comment.