Skip to content

Commit

Permalink
Minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Apr 16, 2023
1 parent e669e90 commit 13affa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
# For jblas, see https://github.com/mikiobraun/jblas/wiki/Missing-Libraries
# May not be needed as jblas 1.2.5 bundles libgfortran4
# See https://github.com/jblas-project/jblas/issues/87
- name: Install jblas
run: sudo apt-get install -y libgfortran5
- name: Set up JDK 11
Expand Down

0 comments on commit 13affa0

Please sign in to comment.