Skip to content

Commit ca469c3

Browse files
committed
gh: fix native-pwsh as pwsh is already installed on image
1 parent 489587b commit ca469c3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/windows_tests.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
TCL_INSTALLER: SetupTcl-8.6.13-x64_Bawt-2.3.1
6767
TCL_DL_URL: http://www.bawt.tcl3d.org/download/Tcl-Pure
6868
TCLSH_DIR: C:\Tcl\bin
69-
PWSH_INSTALLER: PowerShell-7.4.6-win-x64.msi
70-
PWSH_DL_URL: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6
7169
DIST_WIN: modules-*-win
7270
steps:
7371
- name: Configure Git autocrlf
@@ -87,11 +85,6 @@ jobs:
8785
run: |
8886
curl -LfsS -o %TCL_INSTALLER%.exe %TCL_DL_URL%/%TCL_INSTALLER%.exe
8987
%TCL_INSTALLER% /verysilent
90-
- name: Install Powershell Core under Windows
91-
shell: cmd
92-
run: |
93-
curl -LfsS -o %PWSH_INSTALLER% %PWSH_DL_URL%/%PWSH_INSTALLER%
94-
msiexec.exe /package %PWSH_INSTALLER% /quiet ADD_PATH=1
9588
- name: Configure Git safe.directory
9689
run: |
9790
bash -lc 'git config --global --add safe.directory $(cygpath -u "$GITHUB_WORKSPACE")'

0 commit comments

Comments
 (0)