mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Always install crown, even on self-hosted (#35637)
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
fc14b10099
commit
d78f7b2d78
1 changed files with 6 additions and 2 deletions
8
.github/workflows/mac.yml
vendored
8
.github/workflows/mac.yml
vendored
|
@ -133,9 +133,13 @@ jobs:
|
|||
- if: runner.environment != 'self-hosted'
|
||||
name: Setup Python
|
||||
uses: ./.github/actions/setup-python
|
||||
- if: runner.environment != 'self-hosted'
|
||||
name: Install crown
|
||||
|
||||
# Always install crown, even on self-hosted runners, because it is tightly
|
||||
# coupled to the rustc version, and we may have the wrong version if the
|
||||
# commit we are building uses a different rustc version.
|
||||
- name: Install crown
|
||||
run: cargo install --path support/crown
|
||||
|
||||
- if: runner.environment != 'self-hosted'
|
||||
name: Bootstrap
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue