From dcdc3f91f22fd12a11e2353fa9f9855d6f066469 Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Fri, 31 May 2024 11:45:49 +0200 Subject: [PATCH] node --- .forgejo/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 6144754..26e0f0a 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: image: registry.fedoraproject.org/fedora:40 steps: - name: install build env - run: dnf group install -y "C Development Tools and Libraries" "Development Tools" + run: dnf group install -y "C Development Tools and Libraries" "Development Tools" && dnf install node -y - uses: https://git.ws-essen.de/actions/setup-nim@main - name: clone rpmtest nimble run: git clone https://git.ws-essen.de/mr-boneman/rpmtest.git .