File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- # known failure: https://dfinity.atlassian.net/browse/EM-1
2
1
name : motoko-defi
3
2
on :
4
3
push :
21
20
with :
22
21
submodules : recursive
23
22
- name : Provision Darwin
23
+ env :
24
+ DFX_VERSION : 0.15.3
24
25
run : bash .github/workflows/provision-darwin.sh
25
26
- name : Motoko Defi Darwin
26
27
run : |
37
38
with :
38
39
submodules : recursive
39
40
- name : Provision Linux
41
+ env :
42
+ DFX_VERSION : 0.15.3
40
43
run : bash .github/workflows/provision-linux.sh
41
44
- name : Motoko Defi Linux
42
45
run : |
Original file line number Diff line number Diff line change 1
- # Known failure: https://dfinity.atlassian.net/browse/EM-2
2
1
name : rust-defi
3
2
on :
4
3
push :
21
20
with :
22
21
submodules : recursive
23
22
- name : Provision Darwin
23
+ env :
24
+ DFX_VERSION : 0.15.3
24
25
run : bash .github/workflows/provision-darwin.sh
25
26
- name : Rust Defi Darwin
26
27
run : |
37
38
with :
38
39
submodules : recursive
39
40
- name : Provision Linux
41
+ env :
42
+ DFX_VERSION : 0.15.3
40
43
run : bash .github/workflows/provision-linux.sh
41
44
- name : Rust Defi Linux
42
45
run : |
You can’t perform that action at this time.
0 commit comments