Skip to content

Commit e436750

Browse files
committed
ci: sync: fix syntax error
Signed-off-by: Benno Lossin <[email protected]>
1 parent 8f8a31c commit e436750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
repository: "Rust-for-Linux/linux"
4141
ref: pin-init-next
4242
path: kernel
43-
- run:
43+
- run: |
4444
cp -r linux/rust/pin-init .
4545
cd pin-init
4646
if ! git diff --quiet ; then

0 commit comments

Comments
 (0)