File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@v1
21
21
- name : Provision Darwin
22
- run : 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
25
- name : Rust Face Recognition Darwin
26
26
run : |
27
+ dfxvm install 0.22.0-beta.0
27
28
dfx start --background
28
29
pushd rust/face-recognition
29
30
npm install
@@ -34,11 +35,12 @@ jobs:
34
35
steps :
35
36
- uses : actions/checkout@v1
36
37
- name : Provision Linux
37
- run : bash .github/workflows/provision-linux.sh
38
+ run : DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-linux.sh
38
39
- name : Remove networks.json
39
40
run : rm -f ~/.config/dfx/networks.json
40
41
- name : Rust Face Recognition Linux
41
42
run : |
43
+ dfxvm install 0.22.0-beta.0
42
44
dfx start --background
43
45
pushd rust/face-recognition
44
46
npm install
You can’t perform that action at this time.
0 commit comments