Attempt to get script working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 18:01:33 +02:00
parent 1ace488ced
commit 6bc35fba6b

View file

@ -29,7 +29,7 @@ jobs:
cd android
git config --global --add safe.directory $(pwd)
git remote -v
git pull origin refs/heads/main
git pull origin main
- name: install deps
run: npm ci