Fix: switch back to actions/checkout@v4 (runner nativo ha Node.js)
Nightly Build / build (push) Failing after 5m41s

This commit is contained in:
2026-07-19 22:46:57 +01:00
parent 7d3235c21e
commit dc7ce0f924
3 changed files with 4 additions and 28 deletions
+1 -9
View File
@@ -10,15 +10,7 @@ jobs:
runs-on: linux-amd64
steps:
- name: Checkout code
run: |
# No Node.js available in runner container — use git directly
cd "${GITHUB_WORKSPACE:-.}"
git init
git remote add origin http://gitea:3000/dguiducci/Skald-Circle.git
git fetch --depth 1 origin "${GITHUB_REF_NAME:-main}"
git checkout FETCH_HEAD
git submodule update --init --recursive 2>/dev/null || true
- uses: actions/checkout@v4
- name: Build native (linux/amd64)
run: ./build.sh