Skip to content

Commit

Permalink
Install Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Nov 7, 2023
1 parent d75897c commit 56b7d81
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ jobs:
- { name: Debug }

steps:
- name: Get CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: ${{ runner.os == 'Windows' && '3.24' || '3.22' }}
ninjaVersion: latest

- name: Install Linux Dependencies
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install ninja-build llvm xorg-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
- name: Install macOS Tools
if: runner.os == 'macOS'
run: brew install ninja
sudo apt install llvm xorg-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
- name: Checkout ImGui
uses: actions/checkout@v3
Expand Down

0 comments on commit 56b7d81

Please sign in to comment.