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