Skip to content

Commit 82ade01

Browse files
committed
Removing doc-related builds from Mac OS GHA
1 parent 66ec15a commit 82ade01

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/CI-macos.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,14 @@ jobs:
2323
gnuplot
2424
- name: Installation of pandoc
2525
uses: r-lib/actions/setup-pandoc@v2
26-
- name: Installation of latex
27-
uses: teatimeguest/setup-texlive-action@v3
28-
with:
29-
packages: |
30-
scheme-full
31-
bibtex
3226
- name: Checkout of source code
3327
uses: actions/checkout@v3
3428
- name: Preparation
3529
run: |
3630
echo "$(brew --prefix qt6)/bin" >> $GITHUB_PATH
3731
mkdir ./_build
3832
- name: Configuration
39-
run: cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix qt6)/lib/cmake
33+
run: cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix qt6)/lib/cmake -DOFBUILD_ENABLE_DOCS=OFF
4034
working-directory: ./_build
4135
- name: Build
4236
run: make -j 2

0 commit comments

Comments
 (0)