File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 - name : Install Deps
2525 run : |
2626 brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm
27- curl -O https://sdk.lunarg.com/sdk/download/1.2.198.1 /mac/vulkansdk-macos-1.2.198.1 .dmg
28- hdiutil attach vulkansdk-macos-1.2.198.1 .dmg
29- cd /Volumes/vulkansdk-macos-1.2.198.1
27+ curl -O https://sdk.lunarg.com/sdk/download/latest /mac/vulkan-sdk .dmg
28+ hdiutil attach vulkan-sdk .dmg
29+ cd /Volumes/vulkan-sdk
3030 sudo ./InstallVulkan.app/Contents/MacOS/InstallVulkan --root ~/VulkanSDK/1.2.176.1 --accept-licenses --default-answer --confirm-command install
3131 - name : Cache ffmpeg
3232 uses : actions/cache@v3
Original file line number Diff line number Diff line change 2424 - name : Install Vulkan SDK
2525 shell : pwsh
2626 run : |
27- $vulkanSdkVersion = "1.3.250 .1"
27+ $vulkanSdkVersion = "1.4.328 .1"
2828 mkdir temp
2929 Invoke-WebRequest https://sdk.lunarg.com/sdk/download/$vulkanSdkVersion/windows/VulkanSDK-$vulkanSdkVersion-Installer.exe -OutFile ./temp/vulkan_sdk.exe
3030 ./temp/vulkan_sdk.exe in --da --al -c
4343 - name : Build Yaobow
4444 shell : pwsh
4545 run : |
46- $vulkanSdkVersion = "1.3.250 .1"
46+ $vulkanSdkVersion = "1.4.328 .1"
4747 $env:Path += ";C:\VulkanSDK\${vulkanSdkVersion}\Bin"
4848 cargo build --workspace --release --verbose
4949 - name : Zip Packaging
You can’t perform that action at this time.
0 commit comments