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 }}