Skip to content

Commit 7a61b22

Browse files
committed
Use dfx 0.13.1 for hello
1 parent f67a482 commit 7a61b22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Provision Darwin
21+
env:
22+
DFX_VERSION: 0.13.1
2123
run: bash .github/workflows/provision-darwin.sh
2224
- name: Rust Hello Darwin
2325
run: |
@@ -30,6 +32,8 @@ jobs:
3032
steps:
3133
- uses: actions/checkout@v1
3234
- name: Provision Linux
35+
env:
36+
DFX_VERSION: 0.13.1
3337
run: bash .github/workflows/provision-linux.sh
3438
- name: Rust Hello Linux
3539
run: |

0 commit comments

Comments
 (0)