.gitea/workflows/build.yaml aktualisiert
All checks were successful
Build / Build (push) Successful in 1m44s
All checks were successful
Build / Build (push) Successful in 1m44s
This commit is contained in:
parent
79c069df83
commit
33e9be067a
@ -8,6 +8,9 @@ jobs:
|
|||||||
image: golang:latest
|
image: golang:latest
|
||||||
options: --network host
|
options: --network host
|
||||||
steps:
|
steps:
|
||||||
|
- run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y nodejs npm
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user