Skip to content

Commit

Permalink
free in publishing code too
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Dec 2, 2024
1 parent ca52e13 commit 63c73b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-stable-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Free disk space in the runner before build
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
haskell: true
large-packages: false
docker-images: false
swap-storage: false

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 63c73b3

Please sign in to comment.