agree to macos sdk

pull/2/head
Mitchell Hashimoto 2022-06-26 10:21:51 -07:00
parent 4753b64690
commit 941fedf832
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 0 deletions

View File

@ -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