Skip to content

Commit

Permalink
Add step to install missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed Dec 14, 2023
1 parent 7492263 commit ded27e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install libraries
run: |
sudo apt-get update -y
sudo apt-get install -y libxslt-dev libxml2-dev
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit ded27e4

Please sign in to comment.