Skip to content

Update makefile.yml

Update makefile.yml #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "test-ci" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config
- name: Install dependencies
run: make
- name: Run check
run: make check