Skip to content

Commit 2ff58fe

Browse files
author
Frederik Rothenberger
authored
Merge pull request #647 from dfinity/frederik/fix-defi-ii
Use dfx with gzip support for defi examples
2 parents 3ddad76 + 3dcbe1c commit 2ff58fe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# known failure: https://dfinity.atlassian.net/browse/EM-1
21
name: motoko-defi
32
on:
43
push:
@@ -21,6 +20,8 @@ jobs:
2120
with:
2221
submodules: recursive
2322
- name: Provision Darwin
23+
env:
24+
DFX_VERSION: 0.15.3
2425
run: bash .github/workflows/provision-darwin.sh
2526
- name: Motoko Defi Darwin
2627
run: |
@@ -37,6 +38,8 @@ jobs:
3738
with:
3839
submodules: recursive
3940
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
4043
run: bash .github/workflows/provision-linux.sh
4144
- name: Motoko Defi Linux
4245
run: |

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Known failure: https://dfinity.atlassian.net/browse/EM-2
21
name: rust-defi
32
on:
43
push:
@@ -21,6 +20,8 @@ jobs:
2120
with:
2221
submodules: recursive
2322
- name: Provision Darwin
23+
env:
24+
DFX_VERSION: 0.15.3
2425
run: bash .github/workflows/provision-darwin.sh
2526
- name: Rust Defi Darwin
2627
run: |
@@ -37,6 +38,8 @@ jobs:
3738
with:
3839
submodules: recursive
3940
- name: Provision Linux
41+
env:
42+
DFX_VERSION: 0.15.3
4043
run: bash .github/workflows/provision-linux.sh
4144
- name: Rust Defi Linux
4245
run: |

0 commit comments

Comments
 (0)