Skip to content

Commit

Permalink
Manually install LibV8
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Nov 20, 2023
1 parent 20c5785 commit 6cf4117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "CocoaPods Bot"
- name: Install LibV8
run: |
sudo apt-get install -y libv8-dev
- name: Run bundle install
run: |
bundle config path vendor/bundle
Expand Down

0 comments on commit 6cf4117

Please sign in to comment.