Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Nov 25, 2023
1 parent 2ca2a27 commit fe6786a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
execute_process(COMMAND sudo apt-get install fontconfig)
execute_process(COMMAND sudo apt-get install libgtkglext1-dev)
execute_process(COMMAND sudo apt-get install libgtk-3-devv)
execute_process(COMMAND sudo apt-get install ninja-build)
elseif ("${{ runner.os }}" STREQUAL "macOS")
execute_process(COMMAND brew install fontconfig)
execute_process(COMMAND brew install ninja)
endif()
- name: Configure
shell: cmake -P {0}
Expand Down

0 comments on commit fe6786a

Please sign in to comment.