We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a27c0 commit 9ff1611Copy full SHA for 9ff1611
.github/workflows/rust.yml
@@ -25,7 +25,7 @@ jobs:
25
target
26
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
27
- name: Load sources
28
- run: d download-all
+ run: ./d download-all
29
- name: Build
30
run: cargo build --verbose
31
- name: Run build
0 commit comments