Add prebuilt packages for aarch64-darwin (m1) #304
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: Validate IOG Core GH Action | |
on: push | |
jobs: | |
integration: | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-latest, windows-latest, macos-latest] | |
name: GitHub Action integration test | |
runs-on: ${{ matrix.os }} | |
steps: | |
- uses: input-output-hk/actions/base@latest | |
- name: Check pkg-config | |
run: | | |
pkg-config --libs libblst | |
pkg-config --libs libsodium | |
pkg-config --libs libsecp256k1 |