File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
CAIRO_PROGRAMS_PATH : |
17
17
cairo_programs/**/*.casm
18
18
cairo_programs/**/*.json
19
- cairo_prgrams/cairo-1-programs/bitwise.sierra
20
19
!cairo_programs/manually_compiled/*
21
20
examples/wasm-demo/src/array_sum.json
22
21
cairo_programs/cairo-1-programs/bitwise.sierra
@@ -93,11 +92,11 @@ jobs:
93
92
echo PATH=$PATH >> $GITHUB_ENV
94
93
95
94
- 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')
97
96
run : make build-cairo-1-compiler
98
97
99
98
- 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'
101
100
run : make build-cairo-2-compiler
102
101
103
102
- name : Build Cairo 1 WASM example
You can’t perform that action at this time.
0 commit comments