Skip to content

Commit

Permalink
fix(ci): add required for xmlsec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkalucky committed Apr 26, 2024
1 parent de6a2f3 commit d3db803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrations-mysql8-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install system Packages
run: |
sudo apt-get update
sudo apt-get install -y libxmlsec1-dev
sudo apt-get install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl
- name: Get pip cache dir
id: pip-cache-dir
run: |
Expand Down

0 comments on commit d3db803

Please sign in to comment.