diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 26e0f0a..9d2b597 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" && dnf install node -y + run: dnf group install -y "C Development Tools and Libraries" "Development Tools" && dnf install nodejs -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 .