Skip to content

Define __STDC_FORMAT_MACROS before includine cinttypes for (see #61). #57

Define __STDC_FORMAT_MACROS before includine cinttypes for (see #61).

Define __STDC_FORMAT_MACROS before includine cinttypes for (see #61). #57

Workflow file for this run

# https://rhysd.github.io/actionlint/
name: Testing
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Linux Build
run: misc/dbuild.sh
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh
macos-13:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh