actions: removing prune action for self hosted runner.

Remove trailing whitespace

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-12-02 10:22:27 +01:00
parent c6b3e2d1a7
commit de05b13953
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 3 additions and 6 deletions

View File

@ -17,7 +17,7 @@ runs:
set -euo pipefail
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/.ghcup
- name: Disk space report after modification
shell: bash

View File

@ -41,14 +41,11 @@ jobs:
- uses: actions/checkout@v4
- name: Remove unwanted software
uses: ./.github/actions/prune-vm
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'
cache: 'pip'
- run: pip install -r requirements.txt
- name: Run tests