Skip to content

Skip tests for tools that are not available. #42

Skip tests for tools that are not available.

Skip tests for tools that are not available. #42

Workflow file for this run

name: C CI for clang on Mac OS
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang