Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ulan committed Jul 15, 2024
1 parent a49fd18 commit 71bd77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-face-recognition-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: rm -f ~/.config/dfx/networks.json
- name: Rust Face Recognition Darwin
run: |
npm install
dfxvm install 0.22.0-beta.0
dfx start --background
pushd rust/face-recognition
npm install
dfx deploy --yes
popd
rust-face-recognition-example-linux:
Expand All @@ -40,9 +40,9 @@ jobs:
run: rm -f ~/.config/dfx/networks.json
- name: Rust Face Recognition Linux
run: |
npm install
dfxvm install 0.22.0-beta.0
dfx start --background
pushd rust/face-recognition
npm install
dfx deploy --yes
popd

0 comments on commit 71bd77a

Please sign in to comment.