Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Apr 3, 2020
1 parent 1c7bc59 commit 8699db4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
# Install Maven
brew install maven
# Install `envsubst`
brew install gettext
brew link --force gettext
# Install cabextract
brew install cabextract
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
# If necessary
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
# sudo apt-get install ttf-mscorefonts-installer
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
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ target/$(JAR_FILE):
test: target/$(JAR_FILE)
mvn --settings settings.xml test surefire-report:report

# settings.xml: settings.xml.in
#settings:
# GITHUB_USERNAME=${GITHUB_USERNAME}
# GITHUB_TOKEN=${GITHUB_TOKEN}
# envsubst < settings.xml > ~/.m2/settings.xml
# cp settings.xml ~/.m2/settings.xml
# cat ~/.m2/settings.xml


clean:
mvn clean

Expand Down

0 comments on commit 8699db4

Please sign in to comment.