mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-07 19:35:01 +02:00
gha: try to free disk space
This commit is contained in:
parent
8014a9e416
commit
1083d1c7fb
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test-eynollah.yml
vendored
6
.github/workflows/test-eynollah.yml
vendored
|
@ -14,6 +14,12 @@ jobs:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clean up
|
||||||
|
run: |
|
||||||
|
sudo rm -rf /usr/share/dotnet
|
||||||
|
sudo rm -rf /opt/ghc
|
||||||
|
sudo rm -rf "/usr/local/share/boost"
|
||||||
|
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
id: model_cache
|
id: model_cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue