From ea8a2dcb8ee7a2f40c29e0b42a78532ee88871df Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 5 Jan 2021 12:21:51 -0800 Subject: [PATCH] Add macOS build to GH actions CI --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cd1eb46..02336bfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest] + os: [macos-latest, ubuntu-latest] toolchain: [stable] steps: - name: Checkout repo @@ -41,6 +41,10 @@ jobs: profile: minimal override: true + - name: Install emscripten + run: eval $(script/fetch-emscripten) + if: matrix.os == 'macos-latest' + - name: Build C library run: make