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:
1919 steps :
2020 - uses : actions/checkout@v1
2121 - 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
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
2728 dfx start --background
2829 pushd rust/face-recognition
2930 npm install
@@ -34,11 +35,12 @@ jobs:
3435 steps :
3536 - uses : actions/checkout@v1
3637 - 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
3839 - name : Remove networks.json
3940 run : rm -f ~/.config/dfx/networks.json
4041 - name : Rust Face Recognition Linux
4142 run : |
43+ dfxvm install 0.22.0-beta.0
4244 dfx start --background
4345 pushd rust/face-recognition
4446 npm install
You can’t perform that action at this time.
0 commit comments