Skip to content

C Check

C Check #70

Workflow file for this run

name: C Check
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: make and run
run: |
sw_vers
xcodebuild -version
python --version
python3 --version
cd c/powl
make
./main