Skip to content

Commit

Permalink
indent cmake ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Aug 8, 2024
1 parent 2ea2a63 commit 2ff1824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_cmake_t8code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: build config variables
run: export CONFIG_OPTIONS="${LESS_TEST_OPTION} -GNinja -DT8CODE_USE_SYSTEM_SC=ON -DT8CODE_USE_SYSTEM_P4EST=ON -DT8CODE_BUILD_PEDANTIC=ON -DT8CODE_ENABLE_MPI=$MPI -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSC_DIR=$SC_PATH/install/cmake -DP4EST_DIR=$P4EST_PATH/install/cmake"
&& echo CONFIG_OPTIONS="$CONFIG_OPTIONS" >> $GITHUB_ENV
# cmake and test
# cmake and test
- name: Printing MPI compiler info
run: mpicc --version && mpirun --version
- name: Printing GCC compiler info
Expand Down

0 comments on commit 2ff1824

Please sign in to comment.