[e57] support for ScaledInteger with 33 to 63 bits (1 to 32, and 64 w… #473
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MacOS | |
on: | |
push: | |
paths-ignore: | |
- 'README.md' | |
- 'docs/' | |
pull_request: | |
paths-ignore: | |
- 'README.md' | |
- 'docs/' | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install Dotnet | |
uses: actions/setup-dotnet@v3 | |
with: | |
global-json-file: global.json | |
- name: Build | |
run: bash ./build.sh |