From 8760f56a901a62ec3b505f576b718fffc879213a Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 3 Jun 2024 22:21:30 +0200 Subject: [PATCH] Add g++-11 --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6fb709a..738551b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -27,6 +27,10 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2.11 with: key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64 + - name: Install Linux Dependencies + run: | + apt-get update + apt-get install -y g++-11 - name: Prepare Build run: |- git clone ${{ secrets.ZRE_REPO_WITH_PAT }}