Do not build doxygen. Mac OS image is 3x as expensive to run in GH Actions vs Linux VMs (rate limit)

master
Melroy van den Berg 2022-02-04 23:47:03 +01:00
parent eed42e7ec6
commit a16c298ea0
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Build
run: |
mkdir build && cd build
cmake -G Ninja ..
cmake -G Ninja -DDOXYGEN:BOOL=FALSE ..
ninja
#xcodebuild \