Skip to content

Commit

Permalink
install cmake and ninja in android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Dec 24, 2024
1 parent 2350a10 commit 41371e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install gcc-multilib
- name: Install dependencies
run: |
sudo apt update
sudo apt install gcc-multilib
sudo apt install gcc-multilib cmake ninja-build
- name: Setup love-android
if: steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 41371e2

Please sign in to comment.