fix missing 24.04
This commit is contained in:
parent
c6560bd6cb
commit
e45165d7b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -63,14 +63,14 @@ jobs:
|
|||
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
|
||||
run: cargo install trusted-signing-cli
|
||||
|
||||
- name: Prepare Vulkan SDK for Ubuntu 22.04
|
||||
- name: Prepare Vulkan SDK for Ubuntu
|
||||
run: |
|
||||
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
|
||||
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.290-jammy.list https://packages.lunarg.com/vulkan/1.3.290/lunarg-vulkan-1.3.290-jammy.list
|
||||
sudo apt update
|
||||
sudo apt install vulkan-sdk -y
|
||||
sudo apt-get install -y mesa-vulkan-drivers
|
||||
if: matrix.platform == 'ubuntu-22.04'
|
||||
if: matrix.platform == 'ubuntu-24.04'
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: bun install # change this to npm, pnpm or bun depending on which one you use.
|
||||
|
|
|
|||
Loading…
Reference in a new issue