Skip to content

Commit

Permalink
fix last
Browse files Browse the repository at this point in the history
  • Loading branch information
panda2134 committed Mar 28, 2021
1 parent 4758279 commit a2a4fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
$os="${{matrix.config.os}}"
if ($os -like '*windows*') {
echo "build on windows"
cmake ..
echo -DCMAKE_BUILD_TYPE=Release "generated project files. now build..."
cmake -DCMAKE_BUILD_TYPE=Release ..
echo "generated project files. now build..."
cmake --config Release --target ALL_BUILD --build .
} else {
echo "build on *nix"
Expand Down

0 comments on commit a2a4fa6

Please sign in to comment.