Skip to content

Commit e5a68c7

Browse files
committed
chore: remove outdated dfx in jobs of face recognition example
1 parent 13ce2c5 commit e5a68c7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

+2-4
Original file line numberDiff line numberDiff 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

rust/face-recognition/dfx.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"type": "assets"
2727
}
2828
},
29-
"dfx": "0.22.0-beta.0",
3029
"defaults": {
3130
"build": {
3231
"args": "",

0 commit comments

Comments
 (0)