Skip to content

Commit f51565c

Browse files
authored
fix: use dfx with gzip support for rust-encrypted-notes example (#648)
1 parent 2ff58fe commit f51565c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-encrypted-notes-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-3
21
name: rust-encrypted-notes
32
on:
43
push:
@@ -19,6 +18,8 @@ jobs:
1918
steps:
2019
- uses: actions/checkout@v1
2120
- name: Provision Darwin
21+
env:
22+
DFX_VERSION: 0.14.2
2223
run: bash .github/workflows/provision-darwin.sh
2324
- name: Rust Encrypted Notes Darwin (unit tests)
2425
run: |
@@ -35,6 +36,8 @@ jobs:
3536
steps:
3637
- uses: actions/checkout@v1
3738
- name: Provision Linux
39+
env:
40+
DFX_VERSION: 0.14.2
3841
run: bash .github/workflows/provision-linux.sh
3942
- name: Rust Encrypted Notes Linux (unit tests)
4043
run: |

0 commit comments

Comments
 (0)