We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10d994 commit fda9f7dCopy full SHA for fda9f7d
.github/workflows/msbuild.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
80
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
81
shell: pwsh
82
- - name: Set up Dependency x86_32 Environment
+ - name: Set up Dependency ARM64 Environment
83
if: matrix.platform == 'ARM64'
84
run: |
85
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/libxengine/libxengine/releases/latest" -Headers @{"Accept"="application/vnd.github.v3+json"}
0 commit comments