We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f47cf commit fecb496Copy full SHA for fecb496
.github/workflows/build.yml
@@ -181,6 +181,7 @@ jobs:
181
# Use a run-specific output directory to avoid clashes
182
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"
183
mkdir -p $BUILD_OUTPUT
184
+ sudo chown runner:runner -R $BUILD_OUTPUT
185
ls -l "$BUILD_OUTPUT"
186
mount
187
:> $BUILD_OUTPUT/kernels-latest-${TARGET}.tar.gz
0 commit comments