Skip to content

attempt to specify configure install prefix #95

attempt to specify configure install prefix

attempt to specify configure install prefix #95

Workflow file for this run

name: macos
on:
push:
branches: [ "main" ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
strategy:
matrix:
include:
- os: macos-latest
name: macos
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: cmake build
run: |
make CC=clang CXX=clang++
# - uses: actions/upload-artifact@v3
# with:
# name: program-windows.exe
# path: ./program-windows.exe
# retention-days: 1