Skip to content

Commit 1d0fc9b

Browse files
try to fix ci
1 parent 00c29f3 commit 1d0fc9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616
CAIRO_PROGRAMS_PATH: |
1717
cairo_programs/**/*.casm
1818
cairo_programs/**/*.json
19-
cairo_prgrams/cairo-1-programs/bitwise.sierra
2019
!cairo_programs/manually_compiled/*
2120
examples/wasm-demo/src/array_sum.json
2221
cairo_programs/cairo-1-programs/bitwise.sierra
@@ -93,11 +92,11 @@ jobs:
9392
echo PATH=$PATH >> $GITHUB_ENV
9493
9594
- name: Install cairo 1 compiler
96-
if: steps.cache-programs.outputs.cache-hit != 'true' && matrix.program-target == 'cairo_1_test_contracts'
95+
if: steps.cache-programs.outputs.cache-hit != 'true' && (matrix.program-target == 'cairo_1_test_contracts' || matrix.program-target == 'wasm_cairo_1_example')
9796
run: make build-cairo-1-compiler
9897

9998
- name: Install cairo 2 compiler
100-
if: steps.cache-programs.outputs.cache-hit != 'true' && matrix.program-target == 'cairo_2_test_contracts' && matrix.program-target == 'wasm_cairo_1_example'
99+
if: steps.cache-programs.outputs.cache-hit != 'true' && matrix.program-target == 'cairo_2_test_contracts'
101100
run: make build-cairo-2-compiler
102101

103102
- name: Build Cairo 1 WASM example

0 commit comments

Comments
 (0)