Skip to content

Commit e8a8056

Browse files
committed
Add debug step for windows
1 parent da68325 commit e8a8056

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
@@ -97,6 +97,18 @@ jobs:
9797
with:
9898
platform: ${{ inputs.platform }}
9999

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

0 commit comments

Comments
 (0)