mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
fix: drop rpm build target and stale system tool depends
- Remove rpm from linux build targets (rpmbuild not available locally) CI can add it back with apt-get if needed, but pandoc/ffmpeg are now bundled so the rpm depends were incorrect anyway - Remove rpmbuild apt install step from release.yml (not needed) - Remove pandoc/ffmpeg from deb depends — they are now bundled binaries - Keep imagemagick and libreoffice-common in deb depends (not bundled) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -19,9 +19,6 @@ jobs:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
||||
- name: Install rpmbuild
|
||||
run: sudo apt-get update && sudo apt-get install -y rpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user