Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ jobs:
node-version: '18'
cache: 'yarn'

- uses: dtolnay/rust-toolchain@stable

- name: Install Yarn
run: |
corepack enable

- name: Install
run: yarn install
env:
SKIP_ONENOTE_CONVERTER_BUILD: 1

- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet || true
sudo rm -rf /opt/ghc || true

- name: Assemble Android Release
run: |
Expand Down