Skip to content

Commit a0f8bd9

Browse files
committed
revert: latest dfx version for face-recognition example
1 parent 85e6a32 commit a0f8bd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust-face-recognition-example.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)