Update .gitea/workflows/build.yml
Some checks failed
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Failing after 52s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Failing after 52s

This commit is contained in:
Sthope 2025-03-17 21:50:42 +01:00
parent 9102705e28
commit f4e8808dbf

View File

@ -48,7 +48,7 @@ jobs:
run: |
apt-get update
apt-get install -y git python3 python3-pip cmake ninja-build gcc-arm-none-eabi
git clone --recursive https://github.com/$GITHUB_REPO.git ${{ gitea.workspace }}
git clone --recursive https://github.com/${{ env.GITHUB_REPO }}.git ${{ gitea.workspace }}
cd ${{ gitea.workspace }}
git fetch origin --tags --force
git submodule update --init --recursive