Skip to content

Commit

Permalink
GitHub: use Vulkan SDK 1.3.296.0 for all GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 11, 2024
1 parent 433e621 commit b5ca42c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ "**" ]

# https://github.com/git-lfs/git-lfs/issues/5749
env:
GIT_CLONE_PROTECTION_ACTIVE: false

jobs:
cmake-build:
strategy:
Expand All @@ -31,7 +35,7 @@ jobs:
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -44,11 +48,13 @@ jobs:
sudo sed -i 's/azure\.//' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y gcc-12 clang-15 xorg-dev libxinerama-dev libxcursor-dev libgles2-mesa-dev libegl1-mesa-dev libglfw3-dev libglew-dev libstdc++-12-dev extra-cmake-modules libxkbcommon-x11-dev wayland-protocols libtbb-dev
sudo apt remove cmake -y
sudo pip install cmake --upgrade
- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
version: 1.3.275.0
version: 1.3.296.0
cache: true

- name: Get the number of CPU cores
Expand Down

0 comments on commit b5ca42c

Please sign in to comment.