Skip to content

Commit

Permalink
ci: resolve mobile build failing due to missing space (#4640)
Browse files Browse the repository at this point in the history
* chore: remove additionally unused tools

* chore: test

* chore: bunch cleanup commands
  • Loading branch information
Xazin authored Feb 9, 2024
1 parent f29f1ba commit 1894409
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/mobile_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:

env:
FLUTTER_VERSION: "3.18.0-0.2.pre"
RUST_TOOLCHAIN: "1.75"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -46,19 +45,14 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo docker image prune --all --force
sudo rm -rf /opt/hostedtoolcache/codeQL
sudo rm -rf ${GITHUB_WORKSPACE}/.git
sudo rm -rf $ANDROID_HOME/ndk
- name: Checkout source code
uses: actions/checkout@v2

- name: Install Rust toolchain
id: rust_toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
target: ${{ matrix.target }}
override: true
profile: minimal

- name: Install flutter
id: flutter
uses: subosito/flutter-action@v2
Expand All @@ -70,8 +64,8 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: "r24"
add-to-path: true
ndk-version: "r24"
add-to-path: true

- uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 1894409

Please sign in to comment.