Skip to content

Commit

Permalink
Use default provisioned DFX version in encrypted-notes-vetkd dapps (#764
Browse files Browse the repository at this point in the history
)

Removes the custom DFX versions used for provisioning the Linux CI checks for the encrypted-notes-vetkd dapp for both Rust and Motoko. This is done because the custom DFX version, 0.14.2, is outdated. With this, the default DFX version defined in provision-linux.sh is used, which version is regularly updated to ensure the examples work with the latest version.
  • Loading branch information
fspreiss authored Mar 20, 2024
1 parent e8045e8 commit 66d3f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/motoko-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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: |
Expand Down

0 comments on commit 66d3f09

Please sign in to comment.