Skip to content

Commit 6569c89

Browse files
committed
Enable edg compiler
1 parent c344bc6 commit 6569c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soa-benchmark-refl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: 'recursive'
1717
- name: build and compile
1818
run: |
19-
cmake -B ${{github.workspace}}
19+
cmake -DENABLE_EDG=ON -B ${{github.workspace}}
2020
cmake --build ${{github.workspace}} --verbose
2121
- name: run benchmarks
2222
run: |

0 commit comments

Comments
 (0)