mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(ci): do not install roboto
This commit is contained in:
@ -1,12 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
- &install-roboto
|
|
||||||
name: Install Roboto
|
|
||||||
command: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y fonts-roboto
|
|
||||||
|
|
||||||
- &restore-cache
|
- &restore-cache
|
||||||
keys:
|
keys:
|
||||||
- dependency-cache-{{ checksum "package.json" }}-2
|
- dependency-cache-{{ checksum "package.json" }}-2
|
||||||
@ -47,7 +41,6 @@ jobs:
|
|||||||
build-core:
|
build-core:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- run: *install-roboto
|
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /tmp/workspace
|
at: /tmp/workspace
|
||||||
|
Reference in New Issue
Block a user