Skip to content

Commit a1d7c61

Browse files
committed
Update dfx version
1 parent d09788e commit a1d7c61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust-simd-example.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Provision Darwin
22-
run: DFX_VERSION="0.21.0" bash .github/workflows/provision-darwin.sh
22+
run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-darwin.sh
2323
- name: Remove networks.json
2424
run: rm -f ~/.config/dfx/networks.json
25-
- name: Rust Periodic Tasks Darwin
25+
- name: Rust SIMD Darwin
2626
run: |
2727
dfx start --background
2828
pushd rust/simd
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Provision Linux
36-
run: DFX_VERSION="0.21.0" bash .github/workflows/provision-linux.sh
36+
run: DFX_VERSION="0.20.2-beta.0" bash .github/workflows/provision-linux.sh
3737
- name: Remove networks.json
3838
run: rm -f ~/.config/dfx/networks.json
39-
- name: Rust Periodic Tasks Linux
39+
- name: Rust SIMD Linux
4040
run: |
4141
dfx start --background
4242
pushd rust/simd

0 commit comments

Comments
 (0)