Skip to content

fix

fix #48

Workflow file for this run

name: macOS
on:
push:
branches: main
paths-ignore:
- 'README.md'
- 'install/ubuntu/**'
- '.github/workflows/ubuntu.yml'
pull_request:
branches: main
paths-ignore:
- 'README.md'
- 'install/ubuntu/**'
- '.github/workflows/ubuntu.yml'
jobs:
macOS:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup
run: make mac
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}