This commit is contained in:
@@ -4,13 +4,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Builder:
|
Builder:
|
||||||
runs-on: alpine
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Upgrade apk
|
- name: Update apt
|
||||||
run: apk upgrade
|
run: apt get update -y
|
||||||
|
|
||||||
- name: install git
|
- name: install go
|
||||||
run: apk add go git bash
|
run: apt get install go -y
|
||||||
|
|
||||||
- name: Clone the repository
|
- name: Clone the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user