Fix Windows CI (linux still bork)
Update unarr Add new log options Minor improvements
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -9,14 +9,11 @@ jobs:
|
||||
submodules: recursive
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo add-apt-repository universe
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y build-essential libgtk-3-dev libsdl2-dev git ninja-build nlohmann-json3-dev
|
||||
sudo apt-get install -y build-essential libgtk-3-dev libsdl2-dev git ninja-build nlohmann-json3-dev libfmt-dev
|
||||
sudo apt-get install -y vulkan-tools libvulkan1 libvulkan-dev vulkan-validationlayers-dev spirv-tools libsfml-dev
|
||||
git clone --recursive https://github.com/fmtlib/fmt
|
||||
cd fmt
|
||||
cmake -B build -DFMT_TEST=OFF
|
||||
cd build
|
||||
sudo make install
|
||||
|
||||
git clone --recursive https://github.com/mandreyel/mio
|
||||
cd mio
|
||||
cmake -B build -DBUILD_TESTING=False -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
Reference in New Issue
Block a user