diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 6adf326..00cfdfb 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -11,12 +11,10 @@ env: jobs: export-windows: name: Windows Export - runs-on: ubuntu-latest # Use 24.04 with godot 4 + runs-on: docker # Use 24.04 with godot 4 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: @@ -41,12 +39,10 @@ jobs: export-linux: name: Linux Export - runs-on: ubuntu-latest # Use 24.04 with godot 4 + runs-on: docker # Use 24.04 with godot 4 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: