Skip to content

Commit

Permalink
Install native Java version
Browse files Browse the repository at this point in the history
Also a bit less debugging
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent 3bff2d3 commit 352ae12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
java-version: 11
java-package: jdk
architecture: x64
distribution: 'temurin'
- name: Checkout submodules
run: git submodule update --init --recursive
Expand All @@ -48,7 +47,6 @@ jobs:
with:
java-version: 11
java-package: jdk
architecture: x64
distribution: 'temurin'
- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -86,7 +84,6 @@ jobs:
with:
java-version: 11
java-package: jdk
architecture: x64
distribution: 'temurin'
- name: Checkout submodules
run: git submodule update --init --recursive
Expand All @@ -95,10 +92,8 @@ jobs:
if: ${{ runner.os == 'MacOS' }}
run: |
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
eval "$(/usr/local/bin/brew shellenv)"
arch -x86_64 brew install rbenv/tap/openssl@1.0
arch -x86_64 /usr/local/bin/brew install rbenv/tap/openssl@1.0
sudo ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2* /usr/local/opt/openssl
stat /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
# This is to ensure unit tests with MariaDB4j don't fail
- name: Install libncurses5
if: ${{ runner.os == 'Linux' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lang_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
java-version: 11
java-package: jdk
architecture: x64
distribution: 'temurin'
- name: Checkout submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit 352ae12

Please # to comment.