Skip to content

Commit

Permalink
Disable disk usage maximiser, incredibly long to run and lots of log …
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
Zentrik authored Sep 5, 2024
1 parent 08c93fe commit 1d3fc8f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ jobs:
- aarch64-apple-darwin
- i686-w64-mingw32-cxx11
steps:
- name: Maximize build disk space (Only remove unwanted software)
# You may pin to the exact commit or the version.
# uses: AdityaGarg8/remove-unwanted-software@8831c82abf29b34eb2caac48d5f999ecfc0d8eef
uses: AdityaGarg8/[email protected]
with:
# Removes .NET runtime and libraries. (frees ~2 GB)
remove-dotnet: true
# Removes Android SDKs and Tools. (frees ~9 GB)
remove-android: true
# Removes GHC (Haskell) artifacts. (frees ~5.2 GB)
remove-haskell: true
# Removes CodeQL Action Bundles. (frees ~5.4 GB)
remove-codeql: true
# Removes cached Docker images. (frees ~3.2 GB)
remove-docker-images: true
# Removes unwanted large Apt packages. (frees ~3.1 GB)
remove-large-packages: true
# Removes cached tools used by setup actions by GitHub. (frees ~8.3 GB)
remove-cached-tools: true
# Enables detailed logging of the action
verbose: true
# - name: Maximize build disk space (Only remove unwanted software)
# # You may pin to the exact commit or the version.
# # uses: AdityaGarg8/remove-unwanted-software@8831c82abf29b34eb2caac48d5f999ecfc0d8eef
# uses: AdityaGarg8/[email protected]
# with:
# # Removes .NET runtime and libraries. (frees ~2 GB)
# remove-dotnet: true
# # Removes Android SDKs and Tools. (frees ~9 GB)
# remove-android: true
# # Removes GHC (Haskell) artifacts. (frees ~5.2 GB)
# remove-haskell: true
# # Removes CodeQL Action Bundles. (frees ~5.4 GB)
# remove-codeql: true
# # Removes cached Docker images. (frees ~3.2 GB)
# remove-docker-images: true
# # Removes unwanted large Apt packages. (frees ~3.1 GB)
# remove-large-packages: true
# # Removes cached tools used by setup actions by GitHub. (frees ~8.3 GB)
# remove-cached-tools: true
# # Enables detailed logging of the action
# verbose: false
- uses: julia-actions/setup-julia@v2
with:
version: '1.7'
Expand Down

0 comments on commit 1d3fc8f

Please sign in to comment.