Skip to content

Commit 3b9ce6d

Browse files
committed
Use fork of Wizard engine
1 parent 8762249 commit 3b9ce6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122
if: matrix.wasi
123123
uses: actions/checkout@v4
124124
with:
125-
repository: titzer/virgil
125+
repository: vouillon/virgil
126+
ref: wasi
126127
path: virgil
127128

128129
- name: Build Virgil
@@ -137,7 +138,8 @@ jobs:
137138
if: matrix.wasi
138139
uses: actions/checkout@v4
139140
with:
140-
repository: titzer/wizard-engine
141+
repository: vouillon/wizard-engine
142+
ref: wasi
141143
path: wizard-engine
142144

143145
- name: Build Wizard engine

0 commit comments

Comments
 (0)