mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
Update to support latest N64Recomp - Silence warnings in CMake (#358)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user