mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +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:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
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
|
- name: Add just to tools to install
|
||||||
run: echo "tools=just" >>"$GITHUB_ENV"
|
run: echo "tools=just" >>"$GITHUB_ENV"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue