Include pandoc in AppImage generation files
[geeqie.git] / .github / workflows / appimage-x86_64.yml
index 5ab33c7..2352a66 100644 (file)
@@ -18,6 +18,7 @@ jobs:
     - run: sudo apt-get install libpoppler-glib-dev
     - run: sudo apt-get install libraw-dev libomp-dev
     - run: sudo apt-get install libwebp-dev
+    - run: sudo apt-get install pandoc
     - run: sudo apt-get install gettext
 
     - uses: actions/checkout@v3