Add g++-11

This commit is contained in:
dcvz 2024-06-03 22:21:30 +02:00
parent fc923adfba
commit 8760f56a90

View file

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