From 170086433b15c6a21318e6a7d09b40410f2784c2 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 26 Nov 2021 21:11:20 +0000 Subject: [PATCH] .github/workflows/src_dist_release.yml: Fix python --- .github/workflows/src_dist_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}