Browse Source

.github/workflows/src_dist_release.yml: Fix python

pull/3620/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
170086433b
  1. 2
      .github/workflows/src_dist_release.yml

2
.github/workflows/src_dist_release.yml

@ -17,7 +17,7 @@ jobs:
- name: Create Build Environment
run: >
sudo apt update &&
sudo apt install -y cmake curl libsdl2-dev libsdl2-image-dev libfmt-dev libsodium-dev libbz2-dev git smpq gettext python
sudo apt install -y cmake curl libsdl2-dev libsdl2-image-dev libfmt-dev libsodium-dev libbz2-dev git smpq gettext python-is-python3
- name: Build
working-directory: ${{github.workspace}}

Loading…
Cancel
Save