Fixed github workflow for android

This commit is contained in:
SSimco
2024-09-01 17:45:33 +03:00
parent dceec9e20a
commit f0effa0f31
-6
View File
@@ -18,12 +18,6 @@ jobs:
submodules: "recursive"
fetch-depth: 0
- name: Fetch full history for vcpkg submodule
run: |
cd dependencies/vcpkg
git fetch --unshallow
git pull --all
- name: Set up JDK 17
uses: actions/setup-java@v3
with: