Skip to content

Commit

Permalink
Escape the spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 22, 2024
1 parent e87fe9d commit 3c8272e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- {
name: "Windows x86",
os: windows-latest,
command: "cd builds/msvc/vs2019 && C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=Win32 /m && cd ../../../",
command: "cd builds/msvc/vs2019 && C:/Program\ Files/Microsoft\ Visual\ Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=Win32 /m && cd ../../../",
output-file: "bin/Win32/Release/v143/dynamic/libsodium.dll",
file: "sodium.dll",
rid: "win-x86",
Expand All @@ -89,7 +89,7 @@ jobs:
- {
name: "Windows x64",
os: windows-latest,
command: "cd builds/msvc/vs2019 && C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=x64 /m && cd ../../../",
command: "cd builds/msvc/vs2019 && C:/Program\ Files/Microsoft\ Visual\ Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=x64 /m && cd ../../../",
output-file: "bin/x64/Release/v143/dynamic/libsodium.dll",
file: "sodium.dll",
rid: "win-x64",
Expand All @@ -98,7 +98,7 @@ jobs:
- {
name: "Windows Arm64",
os: windows-latest,
command: "cd builds/msvc/vs2019 && C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=arm64 /m && cd ../../../",
command: "cd builds/msvc/vs2019 && C:/Program\ Files/Microsoft\ Visual\ Studio/2022/Enterprise/MSBuild/Current/Bin/msbuild.exe libsodium.sln /p:Configuration=DynRelease /p:Platform=arm64 /m && cd ../../../",
output-file: "bin/arm64/Release/v143/dynamic/libsodium.dll",
file: "sodium.dll",
rid: "win-arm64",
Expand Down

0 comments on commit 3c8272e

Please sign in to comment.