Update to support latest N64Recomp - Silence warnings in CMake (#358)

This commit is contained in:
David Chavez
2024-06-05 07:58:24 +02:00
committed by GitHub
parent bec699f0bd
commit 030d793056
3 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-${{ matrix.arch }}
- name: Install Linux Dependencies
if: runner.os == 'Linux'
run: |
@@ -56,7 +56,7 @@ jobs:
run: |
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource
cd N64RecompSource
git checkout 8dfed04919b7bfdd0fd34ff049eed7020dea0d71
git checkout 2a2df89349ff25a3afb3a09617deb3a166efe2f3
git submodule update --init --recursive
# enable ccache
@@ -130,7 +130,7 @@ jobs:
run: |
git clone https://github.com/Mr-Wiseguy/N64Recomp.git --recurse-submodules N64RecompSource
cd N64RecompSource
git checkout 8dfed04919b7bfdd0fd34ff049eed7020dea0d71
git checkout 2a2df89349ff25a3afb3a09617deb3a166efe2f3
git submodule update --init --recursive
# enable ccache