From ab3523672eb68c6933a59a6509ff8fb8d6ad7a24 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 12 Apr 2024 02:07:30 +0200 Subject: [PATCH] [ci] Add python to release-tarballs env --- .forgejo/workflows/relese-tarballs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/relese-tarballs.yaml b/.forgejo/workflows/relese-tarballs.yaml index ac0165d9..b0a8e35d 100644 --- a/.forgejo/workflows/relese-tarballs.yaml +++ b/.forgejo/workflows/relese-tarballs.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Prepare actions environment run: |- - apt-get update && apt-get install nodejs zstd -y + apt-get update && apt-get install nodejs zstd python3 -y dotnet workload install wasm-tools - name: Clone repository run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 /src