Skip to content

Commit

Permalink
CI: provide the config for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jul 23, 2023
1 parent 1812594 commit fa937f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:

- name: Build
run: |
cmake . -DCMAKE_INSTALL_PREFIX=opengametools-install
cmake --build .
cmake --install .
cmake .
cmake --build . --target install --config Release
- name: Upload the build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fa937f5

Please sign in to comment.