Skip to content

Commit 3147e57

Browse files
committed
CI : use gcc 13.2
1 parent 599ca77 commit 3147e57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,16 @@ jobs:
9393

9494
- name: Dependencies
9595
id: depends
96-
run: |
96+
run: |
9797
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
9898
sudo dpkg -i cuda-keyring_1.1-1_all.deb
9999
sudo apt-get update
100100
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6
101+
sudo apt install software-properties-common
102+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
103+
sudo apt update
104+
sudo apt install gcc-13 g++-13
105+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13
101106
102107
- name: Build
103108
id: cmake_build

0 commit comments

Comments
 (0)