Chore: fix android build

This commit is contained in:
Pieter Vander Vennet 2025-05-03 15:23:17 +02:00
parent 07d5c85971
commit 82905fee3f
3 changed files with 23 additions and 8 deletions

View file

@ -1,7 +1,5 @@
on:
push:
tags:
- 'v*'
push
jobs:
build_android:
@ -22,7 +20,7 @@ jobs:
run: npm ci
shell: bash
- run: mkdir -p ./assets/generated && npm run init
- run: npm run init
- name: clone submodule
shell: bash