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