Skip to content

Commit 74c759b

Browse files
fmt + fix workflow
1 parent 43a3c72 commit 74c759b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,8 @@ jobs:
825825
steps:
826826
- name: Checkout
827827
uses: actions/checkout@v3
828+
- name: Install uv
829+
uses: astral-sh/setup-uv@v5
828830

829831
- name: Install wasm-pack dep
830832
run: npm install -g wasm-pack
@@ -836,7 +838,7 @@ jobs:
836838
run: |
837839
mv cairo2/ examples/wasm-demo-cairo1
838840
cd examples/wasm-demo-cairo1
839-
cairo2/bin/cairo-compile -rs bitwise.cairo bitwise.sierra
841+
cairo2/bin/cairo-compile -rs ../../cairo_programs/cairo-1-programs/bitwise.cairo ../../cairo_programs/cairo-1-programs/bitwise.sierra
840842
wasm-pack build --target=web
841843
842844
compare-factorial-outputs-all-layouts:

0 commit comments

Comments
 (0)