We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4d623 commit 48fd456Copy full SHA for 48fd456
1 file changed
.github/workflows/kernel.yml
@@ -14,12 +14,8 @@ jobs:
14
with:
15
ref: kernel
16
path: pin-init
17
- - uses: actions/checkout@v4
18
- with:
19
- repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
20
- ref: master
21
- path: kernel
22
- fetch-depth: 1
+ - run: git clone --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
23
- run: |
24
- cp -r kernel/rust/pin-init .
+ cp -r linux/rust/pin-init .
+ cd pin-init
25
git diff --quiet && git diff --cached --quiet && [ -z "$(git ls-files --others --exclude-standard)" ]
0 commit comments