Skip to content

Commit

Permalink
Changing GH 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Jul 26, 2023
1 parent 6c3526f commit 1de56d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-scala-build:
strategy:
matrix:
jdk: [[email protected]8.7.1]
jdk: [[email protected]0.35.1]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-scala-all:
WORKDIR scala-workdir
RUN apt-get update
RUN apt-get install -y curl bash wget
RUN curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | JABBA_COMMAND="install ${jabba_jdk} -o /jdk" bash
RUN curl -sL https://github.com/Jabba-Team/jabba/raw/main/install.sh | JABBA_COMMAND="install ${jabba_jdk} -o /jdk" bash
ENV JAVA_HOME /jdk
ENV PATH $JAVA_HOME/bin:$PATH
COPY build.sbt build.sbt
Expand Down

0 comments on commit 1de56d3

Please sign in to comment.