Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Feb 28, 2025
1 parent d8ba226 commit 914fb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk=10.0.22621.0"
ls env: | foreach { echo "$($_.key)=$($_.value)" } >> $env:GITHUB_ENV
"$env:PATH;c:/msys64/usr/bin" >> $env:GITHUB_PATH
$env:PATH += ";c:/msys64/usr/bin"
$env:PATH >> $env:GITHUB_PATH
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down

0 comments on commit 914fb4d

Please sign in to comment.