Skip to content

Commit 494e9c2

Browse files
authored
Update cmake-single-platform.yml
1 parent dd15b2f commit 494e9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build
3131
# Build your program with the given configuration
32-
run: cmake --build ${{github.workspace}}/build --target timer --config ${{env.BUILD_TYPE}}
32+
run: cmake --build ${{github.workspace}}/build --target time-devourer --config ${{env.BUILD_TYPE}}
3333

3434
- name: Test
3535
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)