Skip to content

Commit

Permalink
Don't forget to install Vulkan SDK on 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Oct 30, 2024
1 parent 2e6e06a commit d591aee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
SDK_VERSION_STANDALONE: 1.3.275.0
SDK_VERSION_REPO: 1.3.275
SDK_VERSION_NOBLE 1.3.290

jobs:
Linux:
Expand Down Expand Up @@ -88,6 +89,14 @@ jobs:
sudo apt update
sudo apt install vulkan-sdk
- name: Load Vulkan SDK Repo (Ubuntu 24.04)
if: ${{ (matrix.os == 'ubuntu-24.04') && (matrix.sdk_type == 'repo') }}
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-${{ env.SDK_VERSION_NOBLE }}-noble.list https://packages.lunarg.com/vulkan/${{ env.SDK_VERSION_REPO }}/lunarg-vulkan-${{ env.SDK_VERSION_NOBLE }}-noble.list
sudo apt update
sudo apt install vulkan-sdk
- name: Add PPA for Ubuntu 20.04 for catch2
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo add-apt-repository ppa:savoury1/build-tools
Expand Down

0 comments on commit d591aee

Please sign in to comment.