Skip to content

Commit

Permalink
Specific Temurin Version (#445)
Browse files Browse the repository at this point in the history
* specific temurin version

* fix path

* oops removed bazel
  • Loading branch information
brocollie08 authored Jul 22, 2024
1 parent 9efce22 commit f176be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
name: Homebrew Dependencies
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install bazelisk lcov
brew install --cask temurin@8
sudo installer -pkg /opt/homebrew/Caskroom/temurin@8/8,412,08/OpenJDK8U-jdk_x64_mac_hotspot_8u412b08.pkg -target /
wget -P /tmp/temurin https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_x64_mac_hotspot_8u422b05.pkg
sudo installer -pkg /tmp/temurin/OpenJDK8U-jdk_x64_mac_hotspot_8u422b05.pkg -target /
- restore_cache:
keys:
Expand Down

0 comments on commit f176be3

Please sign in to comment.