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