Skip to content

Reorder workflow to debug it. #41

Reorder workflow to debug it.

Reorder workflow to debug it. #41

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