Skip to content

Commit

Permalink
Clean up GHA flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Mar 24, 2020
1 parent 3a5fb36 commit e0c8c34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 88 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/macos.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:

# cabextract for fonts
- uses: actions/checkout@master

- name: Setup prerequisites
run: |
sudo apt-get update
sudo apt-get -y install cabextract p7zip-full libxml2-utils
- uses: actions/checkout@master
sudo apt-get -y install p7zip-full
- name: Build
run: |
Expand Down
21 changes: 2 additions & 19 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: actions/checkout@master

# cabextract for fonts
- name: Setup prerequisites
run: |
sudo apt-get update
sudo apt-get -y install cabextract p7zip-full libxml2-utils
# Install fonts
sudo apt-get -y install fonts-freefont-ttf
# If necessary
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
- uses: actions/checkout@master
sudo apt-get -y install p7zip-full
- name: Build
run: |
Expand Down

0 comments on commit e0c8c34

Please sign in to comment.