On Tue, 12 Jan 2021 17:01:40 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Simple fix to the `submit.yml` script to run `apt-get update` prior to > installing needed packages on Linux. Without this, the request to install > packages can fail to find the requested pacakges due to an out-of-date cache. > > Compare the [failing > build](https://github.com/kevinrushforth/jfx/actions/runs/480626290) before > the fix with the [successful > build](https://github.com/kevinrushforth/jfx/actions/runs/480641431) after > the fix. > > Note that this is targeted to `jfx16` so that any subsequent pull request for > `jfx16` will be able to have a successful build on Linux. +1 ------------- Marked as reviewed by pbansal (Committer). PR: https://git.openjdk.java.net/jfx/pull/375