Skip to content

Commit

Permalink
Release CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
travisdoor committed Apr 11, 2021
1 parent cab9e4c commit 9da3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup
run: cmake . -G "Visual Studio 16 2019" -Thost=x64 -DCMAKE_BUILD_TYPE=Debug
run: cmake . -G "Visual Studio 16 2019" -Thost=x64 -DCMAKE_BUILD_TYPE=Release
- name: Compile
run: cmake --build . --config Release
- name: Configure
Expand Down

0 comments on commit 9da3be6

Please sign in to comment.