mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 14:11:38 +00:00
No need to install deps
This commit is contained in:
parent
7df1c1b9f1
commit
0dac324f92
1 changed files with 0 additions and 20 deletions
20
.github/workflows/validate.yml
vendored
20
.github/workflows/validate.yml
vendored
|
|
@ -27,26 +27,6 @@ jobs:
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.11
|
uses: hendrikmuhs/ccache-action@v1.2.11
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
key: ${{ matrix.os }}-z64re-ccache-${{ matrix.type }}-x64
|
||||||
- name: Install Linux Dependencies
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15 libfuse2
|
|
||||||
|
|
||||||
# Install SDL2
|
|
||||||
echo ::group::install SDL2
|
|
||||||
|
|
||||||
# Enable ccache
|
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
|
||||||
|
|
||||||
wget https://www.libsdl.org/release/SDL2-2.26.1.tar.gz
|
|
||||||
tar -xzf SDL2-2.26.1.tar.gz
|
|
||||||
cd SDL2-2.26.1
|
|
||||||
./configure
|
|
||||||
make -j 10
|
|
||||||
sudo make install
|
|
||||||
sudo cp -av /usr/local/lib/libSDL* /lib/x86_64-linux-gnu/
|
|
||||||
echo ::endgroup::
|
|
||||||
- name: Prepare Build
|
- name: Prepare Build
|
||||||
run: |-
|
run: |-
|
||||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue