Skip to content

Commit

Permalink
adding missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan authored Oct 26, 2023
1 parent c794bd6 commit f0ad4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
bash -l -c "./packages/framework/get_dependencies.sh --container"
bash -l -c "source ./packages/framework/GenConfig/gen-config.sh --list-configs"
bash -l -c "pwd ; mkdir -p trilinos_build && cd trilinos_build; source ../packages/framework/GenConfig/gen-config.sh rhel8_gcc-openmpi_debug_shared_no-kokkos-arch_no-asan_complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_all .."
bash -l -c "ls -la ; pwd ; cd trilinos_build ; cmake -DTrilinos_ENABLE_TESTS=OFF -DTrilinos_ENABLE_Krino=OFF ..
bash -l -c "ls -la ; pwd ; cd trilinos_build ; cmake -DTrilinos_ENABLE_TESTS=OFF -DTrilinos_ENABLE_Krino=OFF .."
bash -l -c "cd trilinos_build ; make -j4"
# bash -l -c "module list"
Expand Down

0 comments on commit f0ad4cb

Please sign in to comment.