Skip to content

Commit

Permalink
Merge pull request OpenDDS#4240 from jrw972/hardcoded-jdk
Browse files Browse the repository at this point in the history
Java 8 has moved on Ubuntu 20 in GitHub Actions
  • Loading branch information
jrw972 authored Aug 25, 2023
2 parents 7c31e87 + 0b40a33 commit 8967e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4521,7 +4521,7 @@ jobs:
- name: configure OpenDDS
run: |
cd OpenDDS
./configure --tests --java=/usr/lib/jvm/adoptopenjdk-8-hotspot-amd64 --no-built-in-topics --rapidjson --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC
./configure --tests --java=$JAVA_HOME_8_X64 --no-built-in-topics --rapidjson --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC
- name: check build configuration
shell: bash
run: |
Expand Down

0 comments on commit 8967e86

Please sign in to comment.