Skip to content

fix name

fix name #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y golang-go
- name: Build
run: GOPATH=/home/ubuntu/go GOCACHE=/tmp/go make