Skip to content

Commit

Permalink
[#120] Update Vulkan SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Apr 24, 2024
1 parent ba19a54 commit 37c41b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:

env:
BUILD_TYPE: Release
CXX: clang++-14
SDK_VERSION: 1.3.204.1
SDK_VERSION: 1.3.268.0
CXX: clang++-15
CC: clang-15

jobs:
build:
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev llvm-dev python3-pip libgl-dev libgl1-mesa-dev \
sudo apt-get install -y xorg-dev clang++-15 llvm-dev python3-pip libgl-dev libgl1-mesa-dev \
libx11-xcb-dev libxcb-render-util0-dev libxcb-xkb-dev libxcb-icccm4-dev \
libxcb-image0-dev libxcb-keysyms1-dev libxcb-randr0-dev libxcb-shape0-dev \
libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev libxcb-dri3-dev \
Expand All @@ -31,7 +32,7 @@ jobs:
libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev libxcb-dri3-dev \
libxcb-util-dev libxcb-util0-dev
pip install conan==1.59.0
pip install conan
wget https://sdk.lunarg.com/sdk/download/$SDK_VERSION/linux/vulkansdk-linux-x86_64-$SDK_VERSION.tar.gz
tar xf vulkansdk-linux-x86_64-$SDK_VERSION.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
VULKAN_DIR: C:\VulkanSDK
SDK_VERSION: 1.3.204.1
SDK_VERSION: 1.3.268.0
BUILD_TYPE: Release

jobs:
Expand Down

0 comments on commit 37c41b7

Please sign in to comment.