Skip to content

Commit 7d58ff4

Browse files
committed
update gh action to use dedicated dfx intaller
1 parent 6fce3e7 commit 7d58ff4

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.github/workflows/release-verifier.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
cargo install --locked wasi2ic candid-extractor
2929
3030
- name: Install DFX
31-
run: |
32-
DFX_VERSION=0.27.0 sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
33-
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
34-
echo "$HOME/bin" >> $GITHUB_PATH
35-
dfx --version
31+
uses: dfinity/setup-dfx@v1
32+
with:
33+
dfx-version: 0.27.0
34+
35+
- name: Verify dfx
36+
run: dfx --version
3637

3738
- name: Build verifier canister via dfx
3839
working-directory: ic/managed/verifier

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "0.2.4"
17+
version = "0.2.5-rc.2"
1818
authors = ["Usher Labs <labs@usher.so>"]
1919
repository = "https://github.com/usherlabs/verity-dp"
2020
homepage = "https://www.usher.so/"

ic/canisters/asset_manager/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)