Skip to content

Commit

Permalink
add libxml
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 20, 2024
1 parent b7813f5 commit 00f4af7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ jobs:
uv pip install --system -r ../requirements-dev.txt
uv pip install --system -r ../requirements.txt
- name: Install SAML (python3-saml) dependencies
if: needs.changes.outputs.rust == 'true' && matrix.package == 'feature-flags'
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl
- name: Set up databases
if: needs.changes.outputs.rust == 'true' && matrix.package == 'feature-flags'
env:
Expand Down

0 comments on commit 00f4af7

Please sign in to comment.