Skip to content

Commit 9ff1611

Browse files
authored
fix d command
1 parent 08a27c0 commit 9ff1611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
target
2626
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
2727
- name: Load sources
28-
run: d download-all
28+
run: ./d download-all
2929
- name: Build
3030
run: cargo build --verbose
3131
- name: Run build

0 commit comments

Comments
 (0)