build: Maybe we can just install the git we need?

This commit is contained in:
Cory McWilliams 2025-01-31 21:15:19 -05:00
parent e52972d4d4
commit 379f3d12eb

View File

@ -6,11 +6,12 @@ jobs:
Build-All:
runs-on: ubuntu-latest
container:
image: node:23-bookworm-slim
image: node:16-bullseye-slim
valid_volumes: ['/opt/keys']
volumes:
- /opt/keys:/opt/keys
steps:
- run: sudo apt update && sudo apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu
- name: check out code
uses: actions/checkout@v4
with:
@ -25,7 +26,6 @@ jobs:
uses: android-actions/setup-android@v3
with:
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
- run: sudo apt update && sudo apt install -y doxygen graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all docs
- run: docker build .
- uses: actions/upload-artifact@v3