mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-17 16:50:31 +00:00
Remove unused deps in CI
This commit is contained in:
parent
3018a7da0d
commit
684983e714
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
sudo apt-get -qq update
|
||||
sudo apt-get -qq install -y \
|
||||
make pkg-config \
|
||||
libsdl2-dev libgl1 libglx-mesa0 \
|
||||
libgl1 libglx-mesa0 \
|
||||
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
|
||||
gstreamer1.0-plugins-good
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: macOS
|
||||
if: matrix.os == 'macos-12'
|
||||
run: |
|
||||
brew install sdl2 gstreamer gst-plugins-base gst-plugins-good
|
||||
brew install gstreamer gst-plugins-base gst-plugins-good
|
||||
make build test verify-cores
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
|
|
@ -56,8 +56,6 @@ jobs:
|
|||
install: >
|
||||
mingw-w64-ucrt-x86_64-gcc
|
||||
mingw-w64-ucrt-x86_64-pkgconf
|
||||
mingw-w64-ucrt-x86_64-dlfcn
|
||||
mingw-w64-ucrt-x86_64-SDL2
|
||||
mingw-w64-ucrt-x86_64-gstreamer
|
||||
mingw-w64-ucrt-x86_64-gst-plugins-base
|
||||
mingw-w64-ucrt-x86_64-gst-plugins-good
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue