Skip to content

Commit

Permalink
Vista fonts installer commented
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 29, 2020
1 parent 10c8de8 commit 5b210bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
# Install cabextract
brew install cabextract
- name: Install Microsoft Vista fonts
run: |
export MN_PDF_FONT_PATH=${GITHUB_WORKSPACE}/fonts
export MS_FONT_PATH=${MN_PDF_FONT_PATH}/truetype/vista
export RENAME_FONTS=false
curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | bash
# - name: Install Microsoft Vista fonts
# run: |
# export MN_PDF_FONT_PATH=${GITHUB_WORKSPACE}/fonts
# export MS_FONT_PATH=${MN_PDF_FONT_PATH}/truetype/vista
# export RENAME_FONTS=false
# curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | bash

- name: Build
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer
- name: Setup Cambria fonts
run: |
curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | sudo bash
# - name: Setup Cambria fonts
# run: |
# curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | sudo bash

- uses: actions/checkout@master

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer
- name: Setup Cambria fonts
run: |
curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | sudo bash
# - name: Setup Cambria fonts
# run: |
# curl -Ls https://raw.githubusercontent.com/metanorma/vista-fonts-installer/master/vista-fonts-installer.sh | sudo bash

- name: Build
env:
Expand Down

0 comments on commit 5b210bc

Please sign in to comment.