Skip to content

Commit 8c5409c

Browse files
committed
modify:linux to ubuntu and up msbuild.yml
1 parent beb1c77 commit 8c5409c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
Write-Host "Download failed: $_"
6969
exit 1
7070
}
71+
ls
7172
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows_x86-32 -Force
73+
ls
7274

7375
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows_x86-32" | Out-File -FilePath $env:GITHUB_ENV -Append
7476
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows_x86-32/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append

0 commit comments

Comments
 (0)