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: |