File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v1
2121 - 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
2323 - name : Remove networks.json
2424 run : rm -f ~/.config/dfx/networks.json
2525 - name : Rust Face Recognition Darwin
2626 run : |
27- dfxvm install 0.22.0-beta.0
2827 dfx start --background
2928 pushd rust/face-recognition
3029 npm install
@@ -35,12 +34,11 @@ jobs:
3534 steps :
3635 - uses : actions/checkout@v1
3736 - 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
3938 - name : Remove networks.json
4039 run : rm -f ~/.config/dfx/networks.json
4140 - name : Rust Face Recognition Linux
4241 run : |
43- dfxvm install 0.22.0-beta.0
4442 dfx start --background
4543 pushd rust/face-recognition
4644 npm install
Original file line number Diff line number Diff line change 2626 "type" : " assets"
2727 }
2828 },
29- "dfx" : " 0.22.0-beta.0" ,
3029 "defaults" : {
3130 "build" : {
3231 "args" : " " ,
You can’t perform that action at this time.
0 commit comments