1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-22 21:53:35 +00:00

actions: disable parallel builds on Android;

This commit is contained in:
bjorn 2024-06-28 00:53:30 -07:00
parent f869155e0f
commit 8d24f6ba22

View file

@ -99,7 +99,7 @@ jobs:
-D ANDROID_KEYSTORE=key.keystore
-D ANDROID_KEYSTORE_PASS=pass:hunter2
- name: Build
run: cmake --build build -j
run: cmake --build build
- name: Upload
uses: actions/upload-artifact@v3
with: