We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc46e53 commit 24c5a00Copy full SHA for 24c5a00
.github/workflows/ci.yml
@@ -9,17 +9,17 @@ jobs:
9
# Test the building of documentation
10
11
build-doc-macOS:
12
- strategy:
13
- matrix:
14
- os: [ macos-14 ]
15
- fail-fast: false
16
- name: "Build doc: ${{ matrix.os }}"
17
- runs-on: ${{ matrix.os }}
+ name: "Build doc"
+ runs-on: macos-14
18
timeout-minutes: 60
19
steps:
20
- uses: actions/checkout@v4
21
- name: Install dependencies
22
shell: bash
23
run: |
24
- brew update
25
- brew install -v mactex-no-gui
+ ls /usr/local/texlive/ || true
+ ls /opt/ || true
+ brew install -v --cask mactex-no-gui || true
+ ls ~/Library/Logs/Homebrew/ || true
0 commit comments