Skip to content

Commit ae82b21

Browse files
committedJul 1, 2024·
log container
1 parent bbd1506 commit ae82b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287

288288
steps:
289289
- name: Print IS_WINDOWS_CONFIG
290-
run: echo "IS_WINDOWS_CONFIG=${{ env.IS_WINDOWS_CONFIG }}"
290+
run: echo "${{ fromJSON(matrix.config.container) }}"
291291

292292
- name: Checkout
293293
if: fromJSON(matrix.config.container) == null

0 commit comments

Comments
 (0)
Please sign in to comment.