We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd15b2f commit 494e9c2Copy full SHA for 494e9c2
1 file changed
.github/workflows/cmake-single-platform.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build
31
# Build your program with the given configuration
32
- run: cmake --build ${{github.workspace}}/build --target timer --config ${{env.BUILD_TYPE}}
+ run: cmake --build ${{github.workspace}}/build --target time-devourer --config ${{env.BUILD_TYPE}}
33
34
- name: Test
35
working-directory: ${{github.workspace}}/build
0 commit comments