Skip to content

Commit 61134f0

Browse files
authored
Fix Rust workflow #2
1 parent fde1cc2 commit 61134f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
key: test-data-v16
2929
- name: Download test data
3030
if: steps.cache-test-data.outputs.cache-hit != 'true'
31-
run: maintainer/download-test-data.sh
31+
run: |
32+
cd maintainer
33+
./download-test-data.sh
3234
3335
- name: Set RUSTDOCFLAGS
3436
run: |

0 commit comments

Comments
 (0)