Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit fca69c1

Browse files
committed
fix(ci): Disable deps installation on self hosted linux gpu
1 parent 32bab7e commit fca69c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
with:
6666
submodules: recursive
6767

68-
- name: Dependencies
69-
id: depends
70-
run: |
71-
sudo apt-get update
72-
sudo apt-get install build-essential gcc-8
68+
# - name: Dependencies
69+
# id: depends
70+
# run: |
71+
# sudo apt-get update
72+
# sudo apt-get install build-essential gcc-8
7373

7474
- name: Build
7575
id: make_build

0 commit comments

Comments
 (0)