Skip to content

Commit

Permalink
use preconfigured free-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 7, 2024
1 parent 540f52f commit b49acbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/rs-run-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space
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
dotnet: false
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ inputs.sources_ref }}

- name: Free Disk Space
uses: ./.github/actions/free-disk-space

- name: Install wasm-opt
uses: ./.github/actions/install-wasm-utils

Expand Down
19 changes: 3 additions & 16 deletions .github/workflows/rs-run-ws-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space
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
dotnet: false
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ inputs.sources_ref }}

- name: Free Disk Space
uses: ./.github/actions/free-disk-space

- name: Install wasm-opt
uses: ./.github/actions/install-wasm-utils

Expand Down

0 comments on commit b49acbd

Please sign in to comment.