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 896190b commit 5e6db68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- uses: actions/checkout@v4
- name: Check dfx
env:
# dfx requires XDG_DATA_HOME to be set
XDG_DATA_HOME: /usr/local
run: dfx --version
run: |
dfxvm default 0.22.0
dfx --version
- name: Clone Ledger Map
shell: bash
run: |
Expand All @@ -32,4 +35,7 @@ jobs:
cd -
)
- name: Build and test
env:
# dfx requires XDG_DATA_HOME to be set
XDG_DATA_HOME: /usr/local
run: cargo make

0 comments on commit 5e6db68

Please sign in to comment.