mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01: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'
|
- if: runner.environment != 'self-hosted'
|
||||||
name: Setup Python
|
name: Setup Python
|
||||||
uses: ./.github/actions/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
|
run: cargo install --path support/crown
|
||||||
|
|
||||||
- if: runner.environment != 'self-hosted'
|
- if: runner.environment != 'self-hosted'
|
||||||
name: Bootstrap
|
name: Bootstrap
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue