Skip to content

Commit

Permalink
Forgot |
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakashi committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3355aeb commit 117cdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ jobs:
name: Pre-build (set up MSVC)
command: |
cmd.exe /c "call `"<< parameters.vspath >>\VC\Auxiliary\Build\vcvarsall.bat`" << parameters.arch >> && set > %temp%\vcvars.txt"
Get-Content "$env:temp\vcvars.txt" Foreach-Object {
Get-Content "$env:temp\vcvars.txt" | Foreach-Object {
if ($_ -match "^(.*?)=(.*)$") {
Set-Content "env:\$($matches[1])" $matches[2]
}

0 comments on commit 117cdf8

Please sign in to comment.