Skip to content

Commit 49f5078

Browse files
committed
ci: Stop setting CI_OVERRIDE_SHELL environment variable
This will render the src/ci/exec-with-shell.py script more or less useless, but we're going to replace that by just using the system bash instead. Signed-off-by: Kristofer Rye <[email protected]>
1 parent ab23a2a commit 49f5078

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ci/scripts/install-msys2.sh

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ if isWindows; then
1212
mkdir -p "${msys2Path}/home/${USERNAME}"
1313
ciCommandAddPath "${msys2Path}/usr/bin"
1414

15-
echo "switching shell to use our own bash"
16-
ciCommandSetEnv CI_OVERRIDE_SHELL "${msys2Path}/usr/bin/bash.exe"
17-
1815
# Detect the native Python version installed on the agent. On GitHub
1916
# Actions, the C:\hostedtoolcache\windows\Python directory contains a
2017
# subdirectory for each installed Python version.

0 commit comments

Comments
 (0)