[GitHub CI] Clear unused NDKs and iOS simulator to fix iOS CI #3366
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 |