Skip to content

Commit 0e0e9ec

Browse files
committed
Fixed build
1 parent af6223d commit 0e0e9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Build (WASM)
6666
run: |
67-
emcc *.cpp -o qc.js -std=c++23 \
67+
emcc *.cpp -o qc.js -std=c++20 \
6868
-s WASM=1 \
6969
-s EXPORTED_FUNCTIONS='["_run_quantum_code"]' \
7070
-s EXPORTED_RUNTIME_METHODS='["ccall","cwrap"]' \

0 commit comments

Comments
 (0)