Skip to content

Commit

Permalink
Use fork of Wizard engine
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Feb 19, 2025
1 parent c8a46c1 commit 04405bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
if: matrix.wasi
uses: actions/checkout@v4
with:
repository: titzer/virgil
repository: vouillon/virgil
ref: wasi
path: virgil

- name: Build Virgil
Expand All @@ -137,7 +138,8 @@ jobs:
if: matrix.wasi
uses: actions/checkout@v4
with:
repository: titzer/wizard-engine
repository: vouillon/wizard-engine
ref: wasi
path: wizard-engine

- name: Build Wizard engine
Expand Down

0 comments on commit 04405bf

Please sign in to comment.