Skip to content

Commit

Permalink
Use sudo to install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Oct 23, 2024
1 parent 51bd98c commit 9f242f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./run-vm-shell-command.sh $VM_NAME "rbenv install --skip-existing 3.3.2"
./run-vm-shell-command.sh $VM_NAME "echo \"export PATH=\"$HOME/.rbenv/bin:$PATH\"\" > ~/.zshrc"
./run-vm-shell-command.sh $VM_NAME "rbenv global 3.3.2"
./run-vm-shell-command.sh $VM_NAME "gem install bundler -v 2.4.6"
./run-vm-shell-command.sh $VM_NAME "sudo gem install bundler -v 2.4.6"
./run-vm-shell-command.sh $VM_NAME "curl --location https://github.com/shaka-project/shaka-packager/releases/download/v3.2.0/packager-osx-arm64 -o /opt/homebrew/bin/shaka-packager"
./run-vm-shell-command.sh $VM_NAME "chmod a+x /opt/homebrew/bin/shaka-packager"
./run-vm-shell-command.sh $VM_NAME "source ~/.zshrc"
Expand Down

0 comments on commit 9f242f0

Please sign in to comment.