Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 2s

This commit is contained in:
root 2025-06-10 23:50:02 +01:00
parent 84e56586d3
commit 661e06cbd4

View file

@ -11,10 +11,8 @@ jobs:
runs-on: [docker] runs-on: [docker]
steps: steps:
- name: Checkout code - name: Show working directory contents
run: | run: ls -la
git clone "${CI_REPO_URL}" .
git checkout "${CI_COMMIT_REF}"
- name: Install system dependencies - name: Install system dependencies
run: | run: |