Skip to content

Commit 51ef0a8

Browse files
committed
debug
1 parent e027145 commit 51ef0a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
# This is more robust than mv and helps preserve attributes.
7979
rsync -a --delete linux/ "$SOURCES_DIR/linux/"
8080
81+
mkdir -p /_shared/runs/$GITHUB_RUN_ID/build-output
82+
8183
- name: Find valid targets and versions sets
8284
id: find_targets
8385
run: |
@@ -102,7 +104,6 @@ jobs:
102104
echo "Found valid targets: $TARGETS_OUTPUT"
103105
echo "Found valid versions: $VERSIONS_OUTPUT"
104106
105-
mkdir -p /_shared/runs/$GITHUB_RUN_ID/build-output
106107
107108
build:
108109
needs: prebuild

0 commit comments

Comments
 (0)