Skip to content

Commit 7223e95

Browse files
authored
Update build-ci.yml
1 parent 1fd856c commit 7223e95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# CUDA Release
6666

6767
ubuntu-latest-cuda-cmake:
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-20.04
6969

7070
steps:
7171
- name: Free Disk Space (Ubuntu)
@@ -80,7 +80,7 @@ jobs:
8080
android: true
8181
dotnet: true
8282
haskell: true
83-
large-packages: true
83+
large-packages: false
8484
docker-images: true
8585
swap-storage: false
8686

@@ -97,6 +97,7 @@ 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 service nvidia-fabricmanager start
100101
sudo apt install software-properties-common
101102
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102103
sudo apt update

0 commit comments

Comments
 (0)