diff --git a/.github/workflows/src_dist_release.yml b/.github/workflows/src_dist_release.yml index 6110aced0..2a649b927 100644 --- a/.github/workflows/src_dist_release.yml +++ b/.github/workflows/src_dist_release.yml @@ -16,8 +16,8 @@ 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-is-python3 + sudo apt-get update && + sudo apt-get install -y cmake curl libsdl2-dev libsdl2-image-dev libfmt-dev libsodium-dev libbz2-dev libgtest-dev libgmock-dev git smpq gettext python-is-python3 - name: Build working-directory: ${{github.workspace}}