Skip to content

Commit

Permalink
ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 21, 2024
1 parent 04076c1 commit ddd3d41
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@ jobs:
# compiler: mingw
- os: macos-latest
compiler: clang
deps_cmdline: brew install cmake ninja mesa-glu mesa xorg-server
generator: Ninja

steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
with:
submodules: recursive

- name: "Setup required packages"
run: |
brew install cmake ninja mesa-glu mesa xorg-server
- name: "Setup cmake"
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake -B build -DCMAKE_BUILD_TYPE=Debug -G "Ninja"
cmake --build build

0 comments on commit ddd3d41

Please sign in to comment.