Skip to content

Commit 3dcbe1c

Browse files
author
Frederik Rothenberger
committed
Change dfx version in linux provisioning script as well
1 parent a55d01c commit 3dcbe1c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/motoko-defi-example.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
submodules: recursive
4040
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
4143
run: bash .github/workflows/provision-linux.sh
4244
- name: Motoko Defi Linux
4345
run: |

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

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
submodules: recursive
4040
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
4143
run: bash .github/workflows/provision-linux.sh
4244
- name: Rust Defi Linux
4345
run: |

0 commit comments

Comments
 (0)