From f51565c190ace1ace76618f553c17ba367728f9f Mon Sep 17 00:00:00 2001 From: Franz-Stefan Preiss Date: Fri, 26 Jan 2024 18:39:07 +0100 Subject: [PATCH] fix: use dfx with gzip support for rust-encrypted-notes example (#648) --- .github/workflows/rust-encrypted-notes-example.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust-encrypted-notes-example.yml b/.github/workflows/rust-encrypted-notes-example.yml index a20880602..194e20b95 100644 --- a/.github/workflows/rust-encrypted-notes-example.yml +++ b/.github/workflows/rust-encrypted-notes-example.yml @@ -1,4 +1,3 @@ -# Known failure: https://dfinity.atlassian.net/browse/EM-3 name: rust-encrypted-notes on: push: @@ -19,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin + env: + DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-darwin.sh - name: Rust Encrypted Notes Darwin (unit tests) run: | @@ -35,6 +36,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux + env: + DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Rust Encrypted Notes Linux (unit tests) run: |