Skip to content

Commit

Permalink
fix(ci): update vulkan sdk version for linux. (TabbyML#1728)
Browse files Browse the repository at this point in the history
* fix(ci): update vulkan sdk version for linux.

* fix(ci): update vulkan sdk version for linux to 1.3.239.0.
  • Loading branch information
icycodes authored Mar 26, 2024
1 parent 5c699d6 commit 1dc8c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
binary: x86_64-manylinux2014-vulkan
container: quay.io/pypa/manylinux2014_x86_64
build_args: --features static-ssl,vulkan,prod-db
vulkan_sdk: '1.3.204.1'
vulkan_sdk: '1.3.239.0'
- os: windows-latest
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc
Expand Down

0 comments on commit 1dc8c1c

Please sign in to comment.