Skip to content

Commit

Permalink
fix commnad
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 7, 2023
1 parent 80dfb4f commit 829d654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
$s3dVersionEnv = "SIV3D_" + $s3dVersion.Replace('.', '_')
$setCommand = "set $s3dVersionEnv=C:\OpenSiv3D_SDK_${{ env.version }}"
Invoke-Expression $setCommand
echo Siv3D Path > %SIV3D_0_6_13%
echo %SIV3D_0_6_13%
shell: powershell
# ビルド
- name: MSBuild
Expand Down

0 comments on commit 829d654

Please sign in to comment.