Skip to content

Commit 43bfbf9

Browse files
author
Frederik Rothenberger
committed
Use dfx with gzip support for defi examples
CI was broken for motoko and rust defi examples because the `dfx` version used could not handle the gzipped II canister.
1 parent 3ddad76 commit 43bfbf9

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
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
submodules: recursive
2323
- name: Provision Darwin
24+
env:
25+
DFX_VERSION: 0.15.3
2426
run: bash .github/workflows/provision-darwin.sh
2527
- name: Motoko Defi Darwin
2628
run: |

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

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
submodules: recursive
2323
- name: Provision Darwin
24+
env:
25+
DFX_VERSION: 0.15.3
2426
run: bash .github/workflows/provision-darwin.sh
2527
- name: Rust Defi Darwin
2628
run: |

0 commit comments

Comments
 (0)