mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
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:
parent
9330730a2a
commit
52c1fcffca
1 changed files with 3 additions and 0 deletions
3
.github/actions/just-setup/action.yml
vendored
3
.github/actions/just-setup/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue