Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 25, 2024
1 parent 95b76ee commit dbd549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- id: APT_UPDATE
run: sudo apt-get update
- id: REMOVE_OPENJDK_11
run: sudo apt-get remove openjdk-11-jre
run: update-java-alternatives -l && sudo apt-get remove openjdk-11-jdk-headless openjdk-11-jre openjdk-11-jre-headless
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: sudo apt-get install -y eatmydata openjdk-21-jdk texlive-xetex
- id: CONFIGURE
Expand Down

0 comments on commit dbd549a

Please sign in to comment.