Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 11s
CI / Build individual modules (push) Failing after 31s
CI / Publish repo (push) Has been cancelled

This commit is contained in:
Kohi-denn 2025-05-21 10:02:40 -05:00
parent 015eb36372
commit a873046b39

View file

@ -80,7 +80,7 @@ jobs:
build_individual:
name: Build individual modules
needs: prepare
runs-on: ubuntu-22.04:docker://node:20-bullseye
runs-on: ubuntu-22.04
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps: