Use Github's checkout instead of apt git
Some checks failed
Build / build (push) Failing after 3s

This commit is contained in:
2025-06-02 16:30:25 +02:00
parent bd9ccd33ef
commit 754cc29a83

View File

@@ -14,11 +14,11 @@ jobs:
container: container:
image: ubuntu:24.04 image: ubuntu:24.04
steps: steps:
- name: Install tools - name: Checkout code
run: apt update && apt install -y build-essential git uses: actions/checkout@v3
- name: Clone repository - name: Install tools
run: git clone "${GITEA_REPOSITORY_URL}" project && cp -r project/* ./ run: apt update && apt install -y build-essential
- name: Compile project - name: Compile project
run: make run: make