Skip to content

Commit 7fcccc8

Browse files
committed
Get the vcpkg Linux package from the correct repository.
1 parent ef956a4 commit 7fcccc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Vulkan SDK
1919
run: |
2020
wget -qO - http://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
21-
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-${SDK_VERSION}-jammy.list http://packages.lunarg.com/vulkan/${SDK_VERSION}/lunarg-vulkan-${SDK_VERSION}-jammy.list
21+
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-${SDK_VERSION}-noble.list http://packages.lunarg.com/vulkan/${SDK_VERSION}/lunarg-vulkan-${SDK_VERSION}-noble.list
2222
sudo apt-get update
2323
sudo apt-get install vulkan-sdk
2424
- name: Compile vcpkg dependencies

0 commit comments

Comments
 (0)