From a0f8bd94721f2b268a9e7e83e07c696664ae3145 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Thu, 17 Oct 2024 14:38:39 +0200 Subject: [PATCH] revert: latest dfx version for face-recognition example --- .github/workflows/rust-face-recognition-example.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-face-recognition-example.yaml b/.github/workflows/rust-face-recognition-example.yaml index 26478e5ba..67b79ad32 100644 --- a/.github/workflows/rust-face-recognition-example.yaml +++ b/.github/workflows/rust-face-recognition-example.yaml @@ -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 @@ -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