Update .gitea/workflows/build.yml
This commit is contained in:
parent
9102705e28
commit
f4e8808dbf
@ -48,7 +48,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git python3 python3-pip cmake ninja-build gcc-arm-none-eabi
|
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 }}
|
cd ${{ gitea.workspace }}
|
||||||
git fetch origin --tags --force
|
git fetch origin --tags --force
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user