Skip to content

Commit 6f545e7

Browse files
committed
[CI] Add checkout to test-rust-check-all
Fixes issue with working directory
1 parent b0bce1c commit 6f545e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
needs: [test-rust, build-nostd]
5353
if: always()
5454
steps:
55+
- uses: actions/checkout@v4
5556
- run: echo 'The triggering workflow (test-rust) passed'
5657
if: ${{ needs.test-rust.result == 'success' }}
5758
- run: echo 'The triggering workflow (test-rust) failed' && false

0 commit comments

Comments
 (0)