Skip to content

Commit

Permalink
fix: Install libantlr, what's the worst that can happen?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Nov 7, 2023
1 parent 48fcae8 commit 96e9541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-backend-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: Install SAML (python3-saml) dependencies
shell: bash
run: |
sudo apt-get update && sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl
sudo apt-get update && sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl libantlr4-runtime-dev
- uses: syphar/restore-virtualenv@v1
id: cache-backend-tests
Expand Down

0 comments on commit 96e9541

Please sign in to comment.