Skip to content

Commit

Permalink
Merge pull request #657 from psafont/spaaace
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Oct 2, 2023
2 parents bae9eb6 + 8cff534 commit f7d7f23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build and test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -32,6 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

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

- name: Retrieve date for cache key
id: cache-key
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f7d7f23

Please sign in to comment.