Skip to content

Commit

Permalink
chore: remove outdated dfx in jobs of face recognition example
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0olo authored and Daniils Tolmacovs committed Oct 21, 2024
1 parent c123336 commit 164732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust-face-recognition-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Remove networks.json
run: rm -f ~/.config/dfx/networks.json
- name: Rust Face Recognition Darwin
run: |
dfxvm install 0.22.0-beta.0
dfx start --background
pushd rust/face-recognition
npm install
Expand All @@ -35,12 +34,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Remove networks.json
run: rm -f ~/.config/dfx/networks.json
- name: Rust Face Recognition Linux
run: |
dfxvm install 0.22.0-beta.0
dfx start --background
pushd rust/face-recognition
npm install
Expand Down
1 change: 0 additions & 1 deletion rust/face-recognition/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"type": "assets"
}
},
"dfx": "0.22.0-beta.0",
"defaults": {
"build": {
"args": "",
Expand Down

0 comments on commit 164732d

Please sign in to comment.