Skip to content

toward linux

toward linux #38

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
ci:
name: run
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@main
- name: install
run: bash ./install.sh