We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ca941 commit d144ea9Copy full SHA for d144ea9
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: threeal/cmake-action@main
17
with:
18
generator: Ninja
19
- options: CMAPLE_FLAGS=static
+ options: CMAPLE_FLAGS=static USE_CMAPLE_AA=ON
20
- name: Simple test
21
run: |
22
for exe in "./build/cmaple" "./build/cmaple-aa"; do
0 commit comments