Update cmake.yml

This commit is contained in:
Ernie Pasveer
2022-04-24 17:27:03 -05:00
committed by GitHub
parent 0badbf1e7d
commit 90ecca1b75
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}}
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seer
- name: Build Result
run: cd src; ls -l build/