Skip to content

Commit

Permalink
Fix non-PR build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jul 2, 2022
1 parent 3827151 commit 4c2c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "Running with system JDK"
else
curl -o /tmp/jdk.tar.gz $JDK
cd /tmp && tar zxf jdk-8u333-linux-x64.tar.gz
cd /tmp && tar zxf jdk.tar.gz
echo "Running with JDK 8"
fi
Expand Down

0 comments on commit 4c2c96b

Please sign in to comment.