Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 6, 2021
1 parent 07fdc3e commit bb60e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.5.4

- name: apt-get
run: sudo apt-get -y install libxml2-dev libxmlsec1-dev libxmlsec1-openssl libexempi3
run: sudo apt-get -y install libxml2-dev libxmlsec1-dev libxmlsec1-openssl libexempi-dev

- name: docker-compose
run: docker-compose -f ../.actions-docker-compose.yml up -d
Expand Down

0 comments on commit bb60e37

Please sign in to comment.