This commit is contained in:
@@ -4,10 +4,10 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Builder:
|
||||
runs-on: golang-alpine
|
||||
runs-on: alpine
|
||||
steps:
|
||||
- name: install git
|
||||
run: apk add git nodejs
|
||||
run: apk add go git bash
|
||||
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user