das sollte
/ build (push) Failing after 5s

This commit is contained in:
2026-04-21 17:34:28 +02:00
parent 7db8a6fc9c
commit 240c704386
+7 -3
View File
@@ -3,14 +3,18 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.6.2
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Find templates - name: Setup export templates
continue-on-error: true run: |
run: find / -maxdepth 8 -name "export_templates" -type d 2>/dev/null mkdir -p ~/.local/share/godot/export_templates/4.6.2.stable
cp -r /root/.local/share/godot/export_templates/4.6.2.stable/. ~/.local/share/godot/export_templates/4.6.2.stable/
- name: Get build number - name: Get build number
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV