File tree 5 files changed +4
-12
lines changed
5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rm node.pkg
18
18
19
19
# Install DFINITY SDK.
20
20
curl --location --output install-dfx.sh " https://internetcomputer.org/install.sh"
21
- DFX_VERSION=${DFX_VERSION:= 0.12.0 } bash install-dfx.sh < <( yes Y)
21
+ DFX_VERSION=${DFX_VERSION:= 0.15.2 } bash install-dfx.sh < <( yes Y)
22
22
rm install-dfx.sh
23
23
dfx cache install
24
24
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rm install-node.sh
13
13
14
14
# Install DFINITY SDK.
15
15
wget --output-document install-dfx.sh " https://internetcomputer.org/install.sh"
16
- DFX_VERSION=${DFX_VERSION:= 0.12.0 } bash install-dfx.sh < <( yes Y)
16
+ DFX_VERSION=${DFX_VERSION:= 0.15.2 } bash install-dfx.sh < <( yes Y)
17
17
rm install-dfx.sh
18
18
dfx cache install
19
19
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v1
21
21
- name : Provision Darwin
22
- run : DFX_VERSION="0.14.2" bash .github/workflows/provision-darwin.sh
22
+ run : bash .github/workflows/provision-darwin.sh
23
23
- name : Rust Canister info Darwin
24
24
run : |
25
25
dfx start --background
31
31
steps :
32
32
- uses : actions/checkout@v1
33
33
- name : Provision Linux
34
- run : DFX_VERSION="0.14.2" bash .github/workflows/provision-linux.sh
34
+ run : bash .github/workflows/provision-linux.sh
35
35
- name : Rust Canister info Linux
36
36
run : |
37
37
dfx start --background
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v1
20
20
- name : Provision Darwin
21
- env :
22
- DFX_VERSION : 0.13.1
23
21
run : bash .github/workflows/provision-darwin.sh
24
22
- name : Rust Hello Darwin
25
23
run : |
32
30
steps :
33
31
- uses : actions/checkout@v1
34
32
- name : Provision Linux
35
- env :
36
- DFX_VERSION : 0.13.1
37
33
run : bash .github/workflows/provision-linux.sh
38
34
- name : Rust Hello Linux
39
35
run : |
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v1
20
20
- name : Provision Darwin
21
- env :
22
- DFX_VERSION : 0.13.1
23
21
run : bash .github/workflows/provision-darwin.sh
24
22
- name : Rust Periodic Tasks Darwin
25
23
run : |
32
30
steps :
33
31
- uses : actions/checkout@v1
34
32
- name : Provision Linux
35
- env :
36
- DFX_VERSION : 0.13.1
37
33
run : bash .github/workflows/provision-linux.sh
38
34
- name : Rust Periodic Tasks Linux
39
35
run : |
You can’t perform that action at this time.
0 commit comments