Skip to content

Commit

Permalink
Merge pull request #5420 from psafont/spaaace
Browse files Browse the repository at this point in the history
ci: delete needless files from base image
  • Loading branch information
robhoes authored Feb 2, 2024
2 parents fe5d334 + f7eafe6 commit f5337d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Free space
run: sudo rm -rf /usr/local/lib/android

- name: Pull configuration from xs-opam
run: |
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
Expand Down

0 comments on commit f5337d7

Please sign in to comment.