File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 # Choose CMakeLists.text from a specific source directory with -S.
2323 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
2424 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
25- run : cmake -S ${{github.workspace}}/submissions/submission_25_05_01 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
25+ run : cmake -S ${{github.workspace}}/submissions/submission_25_05_08 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2626
2727 - name : Build
2828 # Build your program with the given configuration
Original file line number Diff line number Diff line change 2222 # Choose CMakeLists.text from a specific source directory with -S.
2323 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
2424 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
25- run : cmake -S ${{github.workspace}}/submissions/submission_25_05_01 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
25+ run : cmake -S ${{github.workspace}}/submissions/submission_25_05_08 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2626
2727 - name : Build
2828 # Build your program with the given configuration
You can’t perform that action at this time.
0 commit comments