Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahabaz-Bagwan authored Jun 7, 2023
1 parent 7f6f04d commit d23b0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: |
mkdir -p ./build && cd build
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ..
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target DownSampling
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target all

0 comments on commit d23b0bb

Please sign in to comment.