Skip to content

Commit 944b35f

Browse files
authored
Update build-ci.yml
1 parent 97f4d56 commit 944b35f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ jobs:
6868
runs-on: ubuntu-latest
6969

7070
steps:
71-
- name: Free Disk Space (Ubuntu)
72-
uses: jlumbroso/free-disk-space@main
73-
with:
71+
#- name: Free Disk Space (Ubuntu)
72+
# uses: jlumbroso/free-disk-space@main
73+
# with:
7474
# this might remove tools that are actually needed,
7575
# if set to "true" but frees about 6 GB
76-
tool-cache: true
76+
# tool-cache: true
7777

7878
# all of these default to true, but feel free to set to
7979
# "false" if necessary for your workflow
80-
android: true
81-
dotnet: true
82-
haskell: true
83-
large-packages: false
84-
docker-images: true
85-
swap-storage: false
80+
# android: true
81+
# dotnet: true
82+
# haskell: true
83+
# large-packages: false
84+
# docker-images: true
85+
# swap-storage: false
8686

8787
- name: Clone
8888
id: checkout

0 commit comments

Comments
 (0)