This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user