This commit is contained in:
@@ -8,6 +8,9 @@ jobs:
|
||||
image: golang:latest
|
||||
options: --network host
|
||||
steps:
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs npm
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
Reference in New Issue
Block a user