From 13affa01586ddf36ec572f98bb3a18c24f8fad39 Mon Sep 17 00:00:00 2001 From: Robert Yokota Date: Sun, 16 Apr 2023 09:09:29 -0700 Subject: [PATCH] Minor comments --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebcbc316..fd0559a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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