From 34d0d54b6ee6f21eb91caffef0fa64d8c122217e Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 17 Jul 2024 23:08:51 +0200 Subject: [PATCH] Added Node Dependency because of: https://github.com/nektos/act/issues/973 --- .github/workflows/build-user-config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index d0c2a49..a4d97b6 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -34,9 +34,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install Python + - name: Install Dependencies run: apt-get update - - run: apt-get -y install python3-pip jq + - run: apt-get -y install python3-pip jq curl + - run: curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash - + - run: apt-get install -y nodejs - name: Install yaml2json run: python3 -m pip install remarshal