Cloning project in CI
Some checks failed
Build / build (push) Failing after 27s

This commit is contained in:
2025-06-02 16:27:29 +02:00
parent c0a1b0bbd5
commit bd9ccd33ef

View File

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