aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-08-20 11:08:30 -0400
committerGitHub <noreply@github.com>2024-08-20 11:08:30 -0400
commitb91f8c354b60f9db22d4ad65a1e6f72b13c8b693 (patch)
tree0b979fa5abcfb4f5d9a4e558936f99f2f17b30a9 /.github
parent8cc16bef9d4b8d7d9e36cd135fd6a78a8e8a38cf (diff)
downloadstasis-b91f8c354b60f9db22d4ad65a1e6f72b13c8b693.tar.gz
CI add pandoc (and bug fixes) (#35)
* Fix pandoc command regression * Add space between destination and input * Add pandoc dependency * Dump output of indexed files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-multi-platform.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 0a30f4c..79cdf87 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -45,7 +45,12 @@ jobs:
- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: >
- sudo apt install -y libcurl4-openssl-dev libxml2-dev libxml2-utils rsync
+ sudo apt install -y
+ libcurl4-openssl-dev
+ libxml2-dev
+ libxml2-utils
+ pandoc
+ rsync
- name: Configure CMake
run: >