Skip to content

Commit 36ad204

Browse files
committed
more debug
1 parent 69ff66c commit 36ad204

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- name: Checkout sources
3131
uses: actions/checkout@v4
3232

33+
- name: Print env
34+
if: ${{ runner.os != 'Windows' }}
35+
run: env
36+
3337
- name: Install ninja-build tool
3438
if: ${{ runner.os != 'Linux' }}
3539
uses: urkle/action-get-ninja@e3ed0d4fc9ec9608cdc970133d71c980b6149631 #v1

0 commit comments

Comments
 (0)