Skip to content

Bump commons-io:commons-io from 2.7 to 2.14.0 #313

Bump commons-io:commons-io from 2.7 to 2.14.0

Bump commons-io:commons-io from 2.7 to 2.14.0 #313

Workflow file for this run

name: macos
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
# cabextract for fonts
- name: Setup prerequisites
run: |
# Install Maven
brew install maven
- name: Run tests
run: |
make test
- name: Build
run: |
make all
# - name: Compile output
# run: |
# make publish