aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-16 12:25:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-16 12:25:23 -0400
commitdcc811b2cd524841accce2dadd93143d845a298e (patch)
tree612bc648edc298fd532f9f82e2821014f382d46e /.github/workflows
parenteaaae2c0f77fe371b1da8c2c248888103d488961 (diff)
downloadstasis-dcc811b2cd524841accce2dadd93143d845a298e.tar.gz
cmake: Use expected package name for libxml2 (LibXml2)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 3b33958..61ed38b 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -40,7 +40,7 @@ jobs:
- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: >
- sudo apt install -y libcurl4-openssl-dev rsync
+ sudo apt install -y libcurl4-openssl-dev libxml2-dev rsync
- name: Configure CMake
run: >