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