Replace __WIN32 with __clang__ in Account.cpp and Add libpulse-dev in workflow for audio

This commit is contained in:
ArtemisX64 2022-08-26 18:18:52 +09:00
parent 17272e60fa
commit 7cfc4a042d
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ jobs:
- name: "Install system dependencies"
run: |
sudo apt update -qq
sudo apt install -y ninja-build cmake libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm
sudo apt install -y ninja-build cmake libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm libpulse-dev
- name: "Bootstrap vcpkg"
run: |

View file

@ -9,7 +9,7 @@
#include "Cafe/IOSU/legacy/iosu_crypto.h"
#include "Common/filestream.h"
#ifndef __WIN32
#ifndef __clang__
#include <boost/random/uniform_int.hpp>
#endif