diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index ea14f9d..6da1a39 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,7 +10,7 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash - run: "apk add --update nodejs npm" + run: "apk add --update nodejs npm libstdc++" - shell: ash run: "node -v" - uses: "https://code.forgejo.org/actions/checkout@v4"