mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 16:15:47 -04:00
Enable building with RetroAchievements by default
This commit is contained in:
4
.github/workflows/rolling-release.yml
vendored
4
.github/workflows/rolling-release.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install cmake ninja-build ccache libsdl2-dev libgtk-3-dev qtbase5-dev qtbase5-dev-tools qtbase5-private-dev qt5-default qttools5-dev libegl1-mesa-dev libevdev-dev libgbm-dev libdrm-dev libwayland-dev libwayland-egl-backend-dev extra-cmake-modules
|
||||
sudo apt-get -y install cmake ninja-build ccache libsdl2-dev libgtk-3-dev qtbase5-dev qtbase5-dev-tools qtbase5-private-dev qt5-default qttools5-dev libegl1-mesa-dev libevdev-dev libgbm-dev libdrm-dev libwayland-dev libwayland-egl-backend-dev extra-cmake-modules libcurl4-gnutls-dev
|
||||
|
||||
- name: Compile build
|
||||
shell: bash
|
||||
@ -249,7 +249,7 @@ jobs:
|
||||
- name: Install packages
|
||||
shell: bash
|
||||
run: |
|
||||
brew install qt5 sdl2
|
||||
brew install qt5 sdl2 curl
|
||||
|
||||
- name: Clone mac externals
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user