Skip to content

Commit d144ea9

Browse files
committed
update workflow to build cmaple-aa
1 parent e3ca941 commit d144ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: threeal/cmake-action@main
1717
with:
1818
generator: Ninja
19-
options: CMAPLE_FLAGS=static
19+
options: CMAPLE_FLAGS=static USE_CMAPLE_AA=ON
2020
- name: Simple test
2121
run: |
2222
for exe in "./build/cmaple" "./build/cmaple-aa"; do

0 commit comments

Comments
 (0)