Skip to content

Commit c1cdecf

Browse files
committed
update:msbuild.yml
1 parent 4a33aa5 commit c1cdecf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/msbuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
6060
$url = "https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Windows_x86-32.zip"
6161
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
62-
ls
6362
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows -Force
64-
ls XEngine_Windows/
65-
ls XEngine_Windows/XEngine_Include
6663

6764
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
6865
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append

0 commit comments

Comments
 (0)