Skip to content

Commit 82a9bf3

Browse files
committed
Fix any_builds CI check on Linux
1 parent cb5578c commit 82a9bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
outputs:
124124
matrix: ${{ steps.set-matrix.outputs.matrix }}
125+
any_builds: ${{ steps.set-matrix.outputs.any_builds }}
125126
steps:
126127
- uses: actions/checkout@v4
127128

@@ -147,7 +148,7 @@ jobs:
147148
echo "any_builds=true" >> $GITHUB_OUTPUT
148149
else
149150
# Build matrix is empty
150-
echo "any_builds=true" >> $GITHUB_OUTPUT
151+
echo "any_builds=false" >> $GITHUB_OUTPUT
151152
fi
152153
153154
build:

0 commit comments

Comments
 (0)