Skip to content

Commit

Permalink
try chaining bash font install
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Sep 26, 2024
1 parent ddce962 commit 80b858c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

# install ms-corefonts for Arial font since Proxima Nova isn't available
- name: "Install ms-corefonts"
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer
run: echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections &&
sudo apt install ttf-mscorefonts-installer

# update font cache
- name: "Update font cache"
Expand Down

0 comments on commit 80b858c

Please sign in to comment.