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 db0c836 commit 8395ecdCopy full SHA for 8395ecd
.github/workflows/build-windows.yml
@@ -161,6 +161,8 @@ jobs:
161
echo "BUILD_PLATFORM: ${BUILD_PLATFORM:-not set}" &&
162
echo "HOST_PLATFORM: ${HOST_PLATFORM:-not set}" &&
163
echo "TARGET_PLATFORM: ${TARGET_PLATFORM:-not set}" &&
164
+ echo "Remove /etc/config.site" &&
165
+ rm -f /etc/config.site &&
166
echo "=== Running Configure ===" &&
167
bash -x configure
168
--with-conf-name=${{ inputs.platform }}
@@ -181,7 +183,6 @@ jobs:
181
183
# We need a minimal PATH on Windows
182
184
# Set PATH to "", so just GITHUB_PATH is included
185
PATH: ''
- CONFIG_SITE: ''
186
shell: env /usr/bin/bash --login -eo pipefail {0}
187
if: ${{ inputs.dry-run == false }}
188
0 commit comments