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.
2 parents b75abf3 + b6e5c36 commit 2a125b5Copy full SHA for 2a125b5
.github/workflows/build-windows.yaml
@@ -44,7 +44,7 @@ jobs:
44
cmd.exe /c start /wait .\VulkanSDK.exe in --al --im -c com.lunarg.vulkan.32bit
45
echo "VULKAN_SDK=C:\VulkanSDK\${{ env.VULKAN_SDK_VERSION }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
46
- name: Install OpenAL
47
- uses: crazy-max/ghaction-chocolatey@v3
+ uses: crazy-max/ghaction-chocolatey@v4
48
with:
49
args: install -y openal openalsdk
50
- name: Install Qt
0 commit comments