Skip to content

Commit fda9f7d

Browse files
committed
update:ci msbuild.yml
1 parent d10d994 commit fda9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
8080
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
8181
shell: pwsh
82-
- name: Set up Dependency x86_32 Environment
82+
- name: Set up Dependency ARM64 Environment
8383
if: matrix.platform == 'ARM64'
8484
run: |
8585
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/libxengine/libxengine/releases/latest" -Headers @{"Accept"="application/vnd.github.v3+json"}

0 commit comments

Comments
 (0)