Skip to content

Commit 24c5a00

Browse files
committed
Testing
1 parent dc46e53 commit 24c5a00

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
# Test the building of documentation
1010

1111
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 }}
12+
name: "Build doc"
13+
runs-on: macos-14
1814
timeout-minutes: 60
1915
steps:
2016
- uses: actions/checkout@v4
2117
- name: Install dependencies
2218
shell: bash
2319
run: |
24-
brew update
25-
brew install -v mactex-no-gui
20+
ls /usr/local/texlive/ || true
21+
ls /opt/ || true
22+
brew install -v --cask mactex-no-gui || true
23+
ls ~/Library/Logs/Homebrew/ || true
24+
ls /usr/local/texlive/ || true
25+
ls /opt/ || true

0 commit comments

Comments
 (0)