Skip to content

Commit

Permalink
Free disk space does not work on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lagergren committed May 10, 2024
1 parent 3bb3c87 commit fb3bd0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/xvm-verify-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@ jobs:
echo "Java system properties :"
java -XshowSettings:properties --version
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

- name: Build the XDK and create a distribution layout
shell: bash
run: |
Expand Down Expand Up @@ -152,6 +145,13 @@ jobs:
runs-on: ubuntu-latest
#if: ${{ (github.ref == 'refs/heads/master') }}
steps:
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit fb3bd0c

Please sign in to comment.