Skip to content

Commit

Permalink
dfx upgrade -> dfxvm update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Feb 9, 2024
1 parent 6fccd6a commit 852d40c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/motoko-hello_cycles-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Hello Cycles Darwin
run: |
dfx upgrade
dfxvm update
dfx start --background --clean
pushd motoko/hello_cycles
make test
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Motoko Hello Cycles Linux
run: |
dfx upgrade
dfxvm update
dfx start --background --clean
pushd motoko/hello_cycles
make test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-send-http-get-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Rust Send HTTP GET Darwin
run: |
dfx upgrade
dfxvm update
dfx start --background
pushd rust/send_http_get
RUSTFLAGS=-Ctarget-cpu=mvp make test
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Rust Send HTTP GET Linux
run: |
dfx upgrade
dfxvm update
dfx start --background
pushd rust/send_http_get
RUSTFLAGS=-Ctarget-cpu=mvp make test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-send-http-post-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: bash .github/workflows/provision-darwin.sh
- name: Rust Send HTTP POST Darwin
run: |
dfx upgrade
dfxvm update
dfx start --background
pushd rust/send_http_post
RUSTFLAGS=-Ctarget-cpu=mvp make test
Expand All @@ -34,7 +34,7 @@ jobs:
run: bash .github/workflows/provision-linux.sh
- name: Rust Send HTTP POST Linux
run: |
dfx upgrade
dfxvm update
dfx start --background
pushd rust/send_http_post
RUSTFLAGS=-Ctarget-cpu=mvp make test
Expand Down

0 comments on commit 852d40c

Please sign in to comment.