Skip to content

Commit

Permalink
fixup! jinterface: Keep jinterface in prebuild using jdk-8
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 17, 2024
1 parent 42e0f18 commit 7906cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
ENV BASE_URL=$BASE_URL
RUN ./otp_build download_ex_doc
## Use default jdk for javadocs to get correct anchors
RUN apt-get install -y default-jdk
RUN sudo apt-get install -y default-jdk
RUN make release docs release_docs && sudo make install-docs
EOF
- name: Release docs to publish
Expand Down

0 comments on commit 7906cf8

Please sign in to comment.