mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-18 08:40:06 +00:00
Add g++-11
This commit is contained in:
parent
fc923adfba
commit
8760f56a90
1 changed files with 4 additions and 0 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue