Skip to content

Commit 0d8c790

Browse files
committed
CI : use gcc13.2 on vulkan build
1 parent 3147e57 commit 0d8c790

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ jobs:
180180
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
181181
sudo apt-get update
182182
sudo apt-get install build-essential libcurl4-openssl-dev vulkan-sdk ccache
183+
sudo apt install software-properties-common
184+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
185+
sudo apt update
186+
sudo apt install gcc-13 g++-13
187+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13
183188
184189
- name: Build
185190
id: cmake_build

0 commit comments

Comments
 (0)