Skip to content

Default to ksh on SunOS (Solaris), and fall back to ksh if bash and z… #48

Default to ksh on SunOS (Solaris), and fall back to ksh if bash and z…

Default to ksh on SunOS (Solaris), and fall back to ksh if bash and z… #48

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@v4.1.4
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang