Skip to content

add windows and ubuntu tests #11

add windows and ubuntu tests

add windows and ubuntu tests #11

Workflow file for this run

on: push
jobs:
build-mac:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/set-make-job-count
- run: echo ${{ env.MAKE_JOB_COUNT }}
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/set-make-job-count
build-windows:

Check failure on line 15 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/set-make-job-count