mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
CI: Silence some warnings (#4314)
* Bump checkout version * Don't install ninja
This commit is contained in:
parent
e455a2f41a
commit
615949ea40
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -106,10 +106,10 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libc++-dev libc++abi-dev ninja-build libx11-dev libxext-dev libwayland-dev libdecor-0-dev libxkbcommon-dev libxcursor-dev libxi-dev libxss-dev libxtst-dev libxrandr-dev libxfixes-dev libudev-dev uuid-dev uuid-dev
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install ninja
|
||||
# - name: Install dependencies (macOS)
|
||||
# if: runner.os == 'macOS'
|
||||
# run: |
|
||||
# brew install
|
||||
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user