[GitHub CI] Try clearing unused NDKs and iOS simulator to fix Android CI #3362
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Backup Build (Docker) | |
on: | |
push: | |
branches: [master] | |
paths-ignore: | |
- 'landing/**' | |
- 'web/**' | |
- 'docs/**' | |
- 'keyserver/**' | |
- 'desktop/**' | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: docker compose build --no-cache backup-server | |
working-directory: ./services | |
run: docker compose build --no-cache backup-server |