[ci] Add python to release-tarballs env
This commit is contained in:
parent
58bd45d0bf
commit
ab3523672e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare actions environment
|
- name: Prepare actions environment
|
||||||
run: |-
|
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
|
dotnet workload install wasm-tools
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 /src
|
run: git clone ${{ github.event.repository.clone_url }} --branch=${{ github.ref_name }} --depth=1 /src
|
||||||
|
|
Loading…
Add table
Reference in a new issue