chore: temporary workaround

This commit is contained in:
Fernandez Ludovic 2023-09-20 01:30:33 +02:00
parent 8a7fd67c58
commit 5ef996ee05

View file

@ -15,6 +15,12 @@ jobs:
CGO_ENABLED: 0 CGO_ENABLED: 0
steps: steps:
# temporary workaround for an error in free disk space action
# https://github.com/jlumbroso/free-disk-space/issues/14
- name: Update Package List and Remove Dotnet
run: |
sudo apt-get update
sudo apt-get remove -y '^dotnet-.*'
# https://github.com/marketplace/actions/free-disk-space-ubuntu # https://github.com/marketplace/actions/free-disk-space-ubuntu
- name: Free Disk Space - name: Free Disk Space