Skip to content

FIxing main.yml Github Actions configuration. #2

FIxing main.yml Github Actions configuration.

FIxing main.yml Github Actions configuration. #2

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make all