File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@v1
21
21
- name : Provision Darwin
22
- run : DFX_VERSION="0.21 .0" bash .github/workflows/provision-darwin.sh
22
+ run : DFX_VERSION="0.20.2-beta .0" bash .github/workflows/provision-darwin.sh
23
23
- name : Remove networks.json
24
24
run : rm -f ~/.config/dfx/networks.json
25
- - name : Rust Periodic Tasks Darwin
25
+ - name : Rust SIMD Darwin
26
26
run : |
27
27
dfx start --background
28
28
pushd rust/simd
@@ -33,10 +33,10 @@ jobs:
33
33
steps :
34
34
- uses : actions/checkout@v1
35
35
- name : Provision Linux
36
- run : DFX_VERSION="0.21 .0" bash .github/workflows/provision-linux.sh
36
+ run : DFX_VERSION="0.20.2-beta .0" bash .github/workflows/provision-linux.sh
37
37
- name : Remove networks.json
38
38
run : rm -f ~/.config/dfx/networks.json
39
- - name : Rust Periodic Tasks Linux
39
+ - name : Rust SIMD Linux
40
40
run : |
41
41
dfx start --background
42
42
pushd rust/simd
You can’t perform that action at this time.
0 commit comments