Skip to content

Commit fde1cc2

Browse files
authored
Fix broken Rust workflow
1 parent a7d3dd1 commit fde1cc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
key: test-data-v16
2929
- name: Download test data
3030
if: steps.cache-test-data.outputs.cache-hit != 'true'
31-
run: |
32-
./download-test-data.sh
31+
run: maintainer/download-test-data.sh
3332

3433
- name: Set RUSTDOCFLAGS
3534
run: |

0 commit comments

Comments
 (0)