Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Macos (#2)

Macos (#2) #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: echo "test it on your personnal machine"