Skip to content

Macos compatibility #20

Macos compatibility

Macos compatibility #20

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
GIT_HTTPS: "true"
jobs:
code:
name: Build and test
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: setup/debian.sh
- name: Build
run: make