Skip to content

Commit 8395ecd

Browse files
committed
Remove config.site manually
1 parent db0c836 commit 8395ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
echo "BUILD_PLATFORM: ${BUILD_PLATFORM:-not set}" &&
162162
echo "HOST_PLATFORM: ${HOST_PLATFORM:-not set}" &&
163163
echo "TARGET_PLATFORM: ${TARGET_PLATFORM:-not set}" &&
164+
echo "Remove /etc/config.site" &&
165+
rm -f /etc/config.site &&
164166
echo "=== Running Configure ===" &&
165167
bash -x configure
166168
--with-conf-name=${{ inputs.platform }}
@@ -181,7 +183,6 @@ jobs:
181183
# We need a minimal PATH on Windows
182184
# Set PATH to "", so just GITHUB_PATH is included
183185
PATH: ''
184-
CONFIG_SITE: ''
185186
shell: env /usr/bin/bash --login -eo pipefail {0}
186187
if: ${{ inputs.dry-run == false }}
187188

0 commit comments

Comments
 (0)