diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0353e008..f1c4f167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,11 @@ jobs: ./clone-repo-in-vm.sh "https://$MACOS_CI_SETUP_TOKEN@github.com/SRGSSR/fake-and-temporary-pa-for-runners.git" $VM_NAME ./brew-fetch-and-sync.sh $VM_NAME mint shellcheck markdownlint-cli yamllint ffmpeg ./run-vm-shell-command.sh $VM_NAME "brew install mint shellcheck markdownlint-cli yamllint ffmpeg" - ./run-vm-shell-command.sh $VM_NAME "rbenv install --skip-existing 3.3.2" + ./run-vm-shell-command.sh $VM_NAME "rbenv install --skip-existing 3.3.5" ./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 "sudo gem install bundler -v 2.4.6" + ./run-vm-shell-command.sh $VM_NAME "echo eval \"$(rbenv init -)\"" + ./run-vm-shell-command.sh $VM_NAME "rbenv global 3.3.5" + ./run-vm-shell-command.sh $VM_NAME "sudo gem install bundler -v 2.5.22" ./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"