Skip to content

Commit

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

0 comments on commit bc8fd78

Please sign in to comment.