Skip to content

Commit

Permalink
Bump default Java Version to GEDS 1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <[email protected]>
  • Loading branch information
pspoerri committed May 17, 2024
1 parent ab64591 commit 78f4376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if [[ "${SCALA_VERSION:0:4}" == "2.13" ]]; then
fi


GEDS_VERSION=${GEDS_VERSION:-"1.0"}
GEDS_VERSION=${GEDS_VERSION:-"1.0.5"}
wget -nv "https://github.com/IBM/GEDS/releases/download/v${GEDS_VERSION}/geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz"
tar xf "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
HADOOP_VERSION: ${{ matrix.hadoop }}
SCALA_VERSION: ${{ matrix.scala }}
GEDS_VERSION: "1.0"
GEDS_VERSION: "1.0.5"
GEDS_INSTALL: ${{ github.workspace }}/geds
steps:
- name: Checkout
Expand Down

0 comments on commit 78f4376

Please sign in to comment.