Skip to content

Commit

Permalink
set global java
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 26, 2023
1 parent 4db2d03 commit d4437e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const execLane = async (name: string, src = ".") => {
"wget",
])
.withExec(["sh", "-c", "echo 'eval $(rtx activate bash)' >> ~/.bashrc"])
.withExec(["rtx", "global", "java@zulu-17.46.19"])
.withExec(["rtx", "install", "java@zulu-17.46.19"])
.withExec(["sh", "-c", "rm /usr/local/bin/bundle*"])
.withExec(["gem", "install", "bundler"])
Expand Down

0 comments on commit d4437e7

Please sign in to comment.