Fix mac code check (#28195)

Signed-off-by: yah01 <yah2er0ne@outlook.com>
pull/28178/head
yah01 2023-11-06 17:52:20 +08:00 committed by GitHub
parent 43db873770
commit c9212a220c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ jobs:
path: /var/tmp/ccache
key: macos-ccache-${{ env.corehash }}
restore-keys: macos-ccache-
- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: '<3.12'
- name: Setup Go environment
uses: actions/setup-go@v2.2.0
with: