Skip to content

Commit 494120f

Browse files
authored
Merge pull request #630 from dfinity-berestovskyy/andriy/update-rust-hello
Update `rust/hello` example
2 parents fe2b3b2 + 9494d1e commit 494120f

File tree

8 files changed

+855
-5689
lines changed

8 files changed

+855
-5689
lines changed

.github/workflows/rust-hello-example.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
21-
run: bash .github/workflows/provision-darwin.sh
21+
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh
2222
- name: Rust Hello Darwin
2323
run: |
2424
dfx start --background
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v1
3232
- name: Provision Linux
33-
run: bash .github/workflows/provision-linux.sh
33+
run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh
3434
- name: Rust Hello Linux
3535
run: |
3636
dfx start --background

0 commit comments

Comments
 (0)