Enable macOS dev mode in CI

to speedup CI

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-08-25 20:28:03 +10:00 committed by GitHub
parent 9330730a2a
commit 52c1fcffca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,9 @@ inputs:
runs:
using: composite
steps:
- name: Enable macOS developer mode for better performance
run: sudo spctl developer-mode enable-terminal
if: runner.os == 'macOS'
- name: Add just to tools to install
run: echo "tools=just" >>"$GITHUB_ENV"
shell: bash