Skip to content

Commit

Permalink
revert: latest dfx version for face-recognition example
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0olo committed Oct 17, 2024
1 parent 85e6a32 commit a0f8bd9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust-face-recognition-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
run: DFX_VERSION="0.20.2-beta.0" 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 @@ -34,11 +35,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
run: DFX_VERSION="0.20.2-beta.0" 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

0 comments on commit a0f8bd9

Please sign in to comment.