pivy-ca.c needs json_tokener_get_parse_end too #73
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: build-macos | |
on: [push] | |
jobs: | |
build-macos11: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v2 | |
- run: make && sudo make package | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: macos12 | |
path: 'macosx/pivy-*.pkg' |