Adding back nodejs install
Build Fedora x86_64-v3 RPMs (Gitea) / prepare (push) Successful in 3s
Build Fedora x86_64-v3 RPMs (Gitea) / build (push) Failing after 44s

This commit is contained in:
2026-04-17 23:21:13 -04:00
parent c22deda665
commit aba3b0e2f6
+2
View File
@@ -68,6 +68,8 @@ jobs:
matrix:
include: ${{ fromJSON(needs.prepare.outputs.matrix) }}
steps:
- name: Pre-install Node.js and Git
run: dnf -y install nodejs git
- uses: actions/checkout@v4
- name: Install build tools
run: |