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 7f8be38 commit 896190b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
CARGO_TERM_COLOR: always
XDG_DATA_HOME: /usr/local

jobs:
build:
Expand All @@ -20,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check dfx
shell: bash
env:
XDG_DATA_HOME: /usr/local
run: dfx --version
- name: Clone Ledger Map
shell: bash
Expand All @@ -32,5 +32,4 @@ jobs:
cd -
)
- name: Build and test
shell: bash
run: cargo make

0 comments on commit 896190b

Please sign in to comment.