We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68325 commit e8a8056Copy full SHA for e8a8056
.github/workflows/build-windows.yml
@@ -97,6 +97,18 @@ jobs:
97
with:
98
platform: ${{ inputs.platform }}
99
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
+
112
- name: 'Get JTReg'
113
id: jtreg
114
uses: ./.github/actions/get-jtreg
0 commit comments