Skip to content

Commit bf93d68

Browse files
committed
Add debug step for windows
1 parent 2b127ef commit bf93d68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-windows.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ jobs:
9393
with:
9494
platform: ${{ inputs.platform }}
9595

96+
- name: 'Test platform'
97+
id: test-platform
98+
run: |
99+
echo "Processor identifier: ${PROCESSOR_IDENTIFIER}"
100+
echo "Architecture details: $(uname -ar)"
101+
bash make/autoconf/build-aux/config.guess
102+
env:
103+
# We need a minimal PATH on Windows
104+
# Set PATH to "", so just GITHUB_PATH is included
105+
PATH: ''
106+
shell: env /usr/bin/bash --login -eo pipefail {0}
107+
96108
- name: 'Get JTReg'
97109
id: jtreg
98110
uses: ./.github/actions/get-jtreg

0 commit comments

Comments
 (0)