Skip to content

Commit

Permalink
window test
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Jul 11, 2021
1 parent 8a64585 commit dae0d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
cmake -Bbuild -DCMAKE_BUILD_TYPE=${{matrix.build-type}} $CMAKE_FLAGS .
cd build
cmake --build . --config ${{matrix.build-type}} --target install
cmake --build . --config ${{matrix.build-type}} --target install --target cppm_link
- name: Run Test Script
run: |
cd build/${{matrix.build-type}}
Expand Down

0 comments on commit dae0d50

Please sign in to comment.