Skip to content

Update actions/checkout action to v4 #12

Update actions/checkout action to v4

Update actions/checkout action to v4 #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: dependencies
run: sudo apt-get install check imagemagick libtool-bin libmpc-dev libcairo2-dev libgd-dev libimlib2-dev
- uses: actions/checkout@v4
- name: make
run: make SILENT= LIBTOOL_SILENT=