Skip to content

Commit

Permalink
Merge pull request #5481 from hannes-steffenhagen-diffblue/fix/wrong-…
Browse files Browse the repository at this point in the history
…dependency-in-ubuntu-package

Fix wrong package name in release build
  • Loading branch information
hannes-steffenhagen-diffblue authored Aug 28, 2020
2 parents 0740ac2 + 08bedf5 commit 53e0727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: recursive
- name: Fetch dependencies
run: sudo apt install g++ flex bison cmake ninja-build maven jq xmllint dpkg-dev
run: sudo apt install g++ flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev
- name: Configure CMake
run: |
mkdir build
Expand Down

0 comments on commit 53e0727

Please sign in to comment.