File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 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
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")'
You can’t perform that action at this time.
0 commit comments