File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 37
37
uses : ./.github/workflows/nightly.yml
38
38
with :
39
39
dry_run : ${{ inputs.dry_run }}
40
+ upgrade-cairo : ${{ inputs.upgrade-cairo }}
40
41
upgrade-cairols : ${{ inputs.upgrade-cairols }}
41
42
upgrade-cairolint : ${{ inputs.upgrade-cairolint }}
42
43
# upgrade-stwo: ${{ inputs.upgrade-stwo }}
Original file line number Diff line number Diff line change 7
7
description : " Dry run"
8
8
type : boolean
9
9
default : true
10
+ upgrade-cairo :
11
+ description : " Upgrade Cairo"
12
+ type : boolean
13
+ default : true
10
14
upgrade-cairols :
11
15
description : " Upgrade CairoLS"
12
16
type : boolean
25
29
description : " Dry run"
26
30
type : boolean
27
31
default : true
32
+ upgrade-cairo :
33
+ description : " Upgrade Cairo"
34
+ type : boolean
35
+ default : true
28
36
upgrade-cairols :
29
37
description : " Upgrade CairoLS"
30
38
type : boolean
83
91
run : cargo build -p xtask
84
92
85
93
- name : Upgrade Cairo to latest main commit
94
+ if : ${{ !contains(inputs.upgrade-cairo, 'false') }}
86
95
run : cargo xtask upgrade cairo --rev $(git ls-remote --refs "https://github.com/starkware-libs/cairo" main | awk '{print $1}')
87
96
88
97
- name : Upgrade CairoLS to latest main commit
You can’t perform that action at this time.
0 commit comments