diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index bacb727..39181e3 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: container: image: barichello/godot-ci:mono-4.6.1 steps: + - name: apt + run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: @@ -43,6 +45,8 @@ jobs: container: image: barichello/godot-ci:mono-4.6.1 steps: + - name: apt + run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: