Skip to content

Commit bade7dc

Browse files
committed
dont mkdir -p
1 parent 7b92aef commit bade7dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
echo "Found valid targets: $TARGETS_OUTPUT"
103103
echo "Found valid versions: $VERSIONS_OUTPUT"
104104
105+
mkdir BUILD_OUTPUT="/_shared/runs/$GITHUB_RUN_ID/build-output"
106+
105107
build:
106108
needs: prebuild
107109
runs-on: rehosting-arc
@@ -180,7 +182,6 @@ jobs:
180182
181183
# Use a run-specific output directory to avoid clashes
182184
BUILD_OUTPUT="/_shared/runs/$GITHUB_RUN_ID/build-output"
183-
mkdir -p $BUILD_OUTPUT
184185
sudo chown runner:runner -R $BUILD_OUTPUT
185186
ls -l "$BUILD_OUTPUT"
186187
mount

0 commit comments

Comments
 (0)