From 941fedf83210fcfd686e923f240a4f08b5e7a1d4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 26 Jun 2022 10:21:51 -0700 Subject: [PATCH] agree to macos sdk --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfcddbfc6..4aa2f58de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,9 @@ jobs: ] runs-on: ${{ matrix.os }} needs: test + env: + # Needed for macos SDK + AGREE: "true" steps: - name: Checkout code uses: actions/checkout@v2