-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub: use Vulkan SDK 1.3.296.0 for all GitHub Actions
- Loading branch information
1 parent
433e621
commit b5ca42c
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -31,7 +35,7 @@ jobs: | |
runs-on: ${{ matrix.config.os }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
|
||
|
@@ -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 | ||
|