Skip to content

Commit

Permalink
add echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Dec 7, 2023
1 parent 829d654 commit 74cb921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
$s3dVersionEnv = "SIV3D_" + $s3dVersion.Replace('.', '_')
$setCommand = "set $s3dVersionEnv=C:\OpenSiv3D_SDK_${{ env.version }}"
Invoke-Expression $setCommand
echo $s3dVersion
echo $s3dVersionEnv
echo $setCommand
echo %SIV3D_0_6_13%
shell: powershell
# ビルド
Expand Down

0 comments on commit 74cb921

Please sign in to comment.