We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b62db commit fc6736cCopy full SHA for fc6736c
.github/workflows/kbuild.yml
@@ -45,7 +45,7 @@ jobs:
45
cp .config kext/
46
# copy firmware if necessary
47
if [ ! -f "fw" ]; then
48
- rsync -av fw/ kext/
+ rsync -av fw kext/
49
fi
50
cd kext
51
0 commit comments