This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch karma in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 208a5d49e68379402f8826eea2ad84efe12ee3ed Author: Abhishek Kumar <[email protected]> AuthorDate: Wed Dec 11 23:58:47 2024 -0800 Fix PhantomJS --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d178fe813..c3a32298d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -52,6 +52,8 @@ jobs: with: java-version: '8' distribution: 'temurin' + - name: Install missing libraries + run: sudo apt-get install -y libssl-dev - name: build (8) run: mvn -T 8 clean verify --no-transfer-progress -B -V - name: Upload artifacts
