ci(linux): install Task before running release-assets build script

This commit is contained in:
Ivan
2026-05-10 03:59:02 -05:00
parent 2a776905c2
commit e514623a9b
@@ -116,6 +116,9 @@ jobs:
test -d meshchatx/public/assets
test -d meshchatx/public/reticulum-docs-bundled/current
- name: Setup Task
run: sh scripts/ci/setup-task.sh
- name: Build release-assets
run: bash scripts/ci/github-build-linux-release-assets.sh
@@ -189,6 +192,9 @@ jobs:
test -d meshchatx/public/assets
test -d meshchatx/public/reticulum-docs-bundled/current
- name: Setup Task
run: sh scripts/ci/setup-task.sh
- name: Build release-assets
run: bash scripts/ci/github-build-linux-release-assets.sh