Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanliu38 committed Aug 13, 2024
1 parent 59daff7 commit 6e0ec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
set -eExuo pipefail
source "$HOME/.local/share/dfx/env"
source "/root/.local/share/dfx/env"
dfx --version
- name: Clone Ledger Map
shell: bash
Expand All @@ -37,5 +37,5 @@ jobs:
shell: bash
run: |
set -eExuo pipefail
source "$HOME/.local/share/dfx/env"
source "/root/.local/share/dfx/env"
cargo make

0 comments on commit 6e0ec0a

Please sign in to comment.