Skip to content

Commit 4a45926

Browse files
committed
ci: run new submission_25_05_08
1 parent ff37b12 commit 4a45926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)