Skip to content

Commit 3d10f0d

Browse files
committed
Add step to remove default config.site in MSYS2 setup
1 parent 587243b commit 3d10f0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/get-msys2/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ runs:
4242
# Prepend msys2/msys64/usr/bin to the PATH
4343
echo "$env:RUNNER_TOOL_CACHE/msys2/msys64/usr/bin" >> $env:GITHUB_PATH
4444
shell: pwsh
45+
46+
- name: 'Remove default config.site'
47+
run: |
48+
echo "Removing default config.site"
49+
rm -f /etc/config.site
50+
shell: env /usr/bin/bash --login -eo pipefail {0}

0 commit comments

Comments
 (0)