We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ec15a commit 82ade01Copy full SHA for 82ade01
.github/workflows/CI-macos.yaml
@@ -23,20 +23,14 @@ jobs:
23
gnuplot
24
- name: Installation of pandoc
25
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
32
- name: Checkout of source code
33
uses: actions/checkout@v3
34
- name: Preparation
35
run: |
36
echo "$(brew --prefix qt6)/bin" >> $GITHUB_PATH
37
mkdir ./_build
38
- name: Configuration
39
- run: cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix qt6)/lib/cmake
+ run: cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix qt6)/lib/cmake -DOFBUILD_ENABLE_DOCS=OFF
40
working-directory: ./_build
41
- name: Build
42
run: make -j 2
0 commit comments