Skip to content

Commit 74c0357

Browse files
authored
Update build-ci.yml
1 parent 4a3761b commit 74c0357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ jobs:
9797
sudo dpkg -i cuda-keyring_1.1-1_all.deb
9898
sudo apt-get update
9999
sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6 datacenter-gpu-manager cuda-drivers-fabricmanager
100-
sudo nv-hostengine -t
101100
sudo service nvidia-fabricmanager start
102101
sudo apt install software-properties-common
103102
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
104103
sudo apt update
105-
sudo apt install gcc-12 g++-12
106-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12 --slave /usr/bin/g++ g++ /usr/bin/g++-12
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
107106
108107
- name: Build
109108
id: cmake_build

0 commit comments

Comments
 (0)