diff options
-rw-r--r-- | .github/workflows/ci.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82bf6af..c2b4e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,12 @@ name: ci on: - push: - pull_request: - branches: - - main + push: + branches: + - main + pull_request: + branches: + - main env: CMAKE_GENERATOR: Ninja |