test uszu 3
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Maciej Pawłowski 2025-03-09 21:04:31 +01:00
parent 1c89bac67c
commit 4c3dc6ba6c
Signed by: maciek
GPG key ID: 9FC186633565C9C7

View file

@ -10,7 +10,7 @@ jobs:
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
steps: steps:
- shell: ash - shell: ash
run: "apk add --update nodejs npm" run: "apk add --update nodejs npm libstdc++"
- shell: ash - shell: ash
run: "node -v" run: "node -v"
- uses: "https://code.forgejo.org/actions/checkout@v4" - uses: "https://code.forgejo.org/actions/checkout@v4"