Skip to content

Commit 587243b

Browse files
committed
Remove config.site manually
1 parent 624a73e commit 587243b

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
@@ -157,6 +157,8 @@ jobs:
157157
echo "BUILD_PLATFORM: ${BUILD_PLATFORM:-not set}" &&
158158
echo "HOST_PLATFORM: ${HOST_PLATFORM:-not set}" &&
159159
echo "TARGET_PLATFORM: ${TARGET_PLATFORM:-not set}" &&
160+
echo "Remove /etc/config.site" &&
161+
rm -f /etc/config.site &&
160162
echo "=== Running Configure ===" &&
161163
bash -x configure
162164
--with-conf-name=${{ inputs.platform }}
@@ -177,7 +179,6 @@ jobs:
177179
# We need a minimal PATH on Windows
178180
# Set PATH to "", so just GITHUB_PATH is included
179181
PATH: ''
180-
CONFIG_SITE: ''
181182
shell: env /usr/bin/bash --login -eo pipefail {0}
182183

183184
- name: 'Upload configure log'

0 commit comments

Comments
 (0)