diff --git a/.github/workflows/motoko-encrypted-notes-vetkd-example.yml b/.github/workflows/motoko-encrypted-notes-vetkd-example.yml index 165486d14..5c1fb5ea6 100644 --- a/.github/workflows/motoko-encrypted-notes-vetkd-example.yml +++ b/.github/workflows/motoko-encrypted-notes-vetkd-example.yml @@ -36,8 +36,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Motoko Encrypted Notes Linux (unit tests) run: | diff --git a/.github/workflows/rust-encrypted-notes-vetkd-example.yml b/.github/workflows/rust-encrypted-notes-vetkd-example.yml index 63ed15e4e..b8f82ca2c 100644 --- a/.github/workflows/rust-encrypted-notes-vetkd-example.yml +++ b/.github/workflows/rust-encrypted-notes-vetkd-example.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/checkout@v1 - name: Provision Darwin env: - DFX_VERSION: 0.14.2 NODE_VERSION: 14.21.3 run: bash .github/workflows/provision-darwin.sh - name: Rust Encrypted Notes Darwin (unit tests) @@ -37,8 +36,6 @@ 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: |