Skip to content

Commit bbd1506

Browse files
test
1 parent b7d1d4d commit bbd1506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
timeout-minutes: 90
287287

288288
steps:
289+
- name: Print IS_WINDOWS_CONFIG
290+
run: echo "IS_WINDOWS_CONFIG=${{ env.IS_WINDOWS_CONFIG }}"
291+
289292
- name: Checkout
290293
if: fromJSON(matrix.config.container) == null
291294
uses: actions/checkout@v4

0 commit comments

Comments
 (0)