Skip to content

Commit

Permalink
Download shaka-packager
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Sep 10, 2024
1 parent 93f07a3 commit 81eb995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
./run-vm-shell-command.sh sonoma-fake-pillarbox "echo \"export PATH=\"$HOME/.rbenv/bin:$PATH\"\" > ~/.zshrc"
./run-vm-shell-command.sh sonoma-fake-pillarbox "rbenv global 3.3.2"
./run-vm-shell-command.sh sonoma-fake-pillarbox "gem install bundler -v 2.4.6"
./run-vm-shell-command.sh sonoma-fake-pillarbox "curl 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 sonoma-fake-pillarbox "/opt/homebrew/bin/shaka-packager && sudo chmod a+x /opt/homebrew/bin/shaka-packager"
./run-vm-shell-command.sh sonoma-fake-pillarbox "source ~/.zshrc"
setup-project:
needs: install-tools
Expand Down

0 comments on commit 81eb995

Please sign in to comment.