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 624a73e commit 587243bCopy full SHA for 587243b
.github/workflows/build-windows.yml
@@ -157,6 +157,8 @@ jobs:
157
echo "BUILD_PLATFORM: ${BUILD_PLATFORM:-not set}" &&
158
echo "HOST_PLATFORM: ${HOST_PLATFORM:-not set}" &&
159
echo "TARGET_PLATFORM: ${TARGET_PLATFORM:-not set}" &&
160
+ echo "Remove /etc/config.site" &&
161
+ rm -f /etc/config.site &&
162
echo "=== Running Configure ===" &&
163
bash -x configure
164
--with-conf-name=${{ inputs.platform }}
@@ -177,7 +179,6 @@ jobs:
177
179
# We need a minimal PATH on Windows
178
180
# Set PATH to "", so just GITHUB_PATH is included
181
PATH: ''
- CONFIG_SITE: ''
182
shell: env /usr/bin/bash --login -eo pipefail {0}
183
184
- name: 'Upload configure log'
0 commit comments