diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f77447658..e8d5a2d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: - name: Install Packages (Linux) if: runner.os == 'Linux' run: | - # Remove the largest ones first to free up some space. + # Remove some packages first to free up some space. + # inspired by https://github.com/marketplace/actions/maximize-build-disk-space + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL sudo apt-get remove \ azure-cli \ google-chrome-stable \ @@ -59,7 +61,6 @@ jobs: echo "CFLAGS=-I$(brew --prefix)/include $CFLAGS" >> "$GITHUB_ENV" echo "CPPFLAGS=-I$(brew --prefix)/include $CPPFLAGS" >> "$GITHUB_ENV" - - name: Python Dependencies run: | python3 -m venv ./.venv