Skip to content

Commit

Permalink
fix: use dfx with gzip support for rust-encrypted-notes example (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
fspreiss authored Jan 26, 2024
1 parent 2ff58fe commit f51565c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust-encrypted-notes-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Known failure: https://dfinity.atlassian.net/browse/EM-3
name: rust-encrypted-notes
on:
push:
Expand All @@ -19,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
env:
DFX_VERSION: 0.14.2
run: bash .github/workflows/provision-darwin.sh
- name: Rust Encrypted Notes Darwin (unit tests)
run: |
Expand All @@ -35,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
env:
DFX_VERSION: 0.14.2
run: bash .github/workflows/provision-linux.sh
- name: Rust Encrypted Notes Linux (unit tests)
run: |
Expand Down

0 comments on commit f51565c

Please sign in to comment.