Skip to content

Add x86_64-macos, and macos lecacy mapping. #308

Add x86_64-macos, and macos lecacy mapping.

Add x86_64-macos, and macos lecacy mapping. #308

Workflow file for this run

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