Skip to content

Commit

Permalink
ci: resource dfx env for cargo make
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Jul 13, 2024
1 parent c32fab9 commit 8f4e2c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
cd -
)
- name: Build and test
run: cargo make
shell: bash
run: |
set -eExuo pipefail
source "$HOME/.local/share/dfx/env"
cargo make

0 comments on commit 8f4e2c8

Please sign in to comment.