diff --git a/.github/workflows/src_dist_release.yml b/.github/workflows/src_dist_release.yml index 4e68fe308..37624a0a8 100644 --- a/.github/workflows/src_dist_release.yml +++ b/.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}}