Skip to content

Commit f5d1317

Browse files
committed
[check.yml] Re-enable MacOS precommit action
1 parent 216634a commit f5d1317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
cfg:
2020
- { name: 'Linux', os: 'ubuntu-24.04' }
21-
# - { name: 'MacOS', os: 'macos-15' }
21+
- { name: 'MacOS', os: 'macos-15' }
2222

2323
steps:
2424
- name: checkout
@@ -52,7 +52,7 @@ jobs:
5252
eval "$(/usr/libexec/path_helper)"
5353
echo "PATH=${PATH}" >> ${GITHUB_ENV}
5454
sudo tlmgr update --self
55-
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
55+
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs environ layouts enumitem l3packages l3kernel imakeidx splitindex xstring
5656
5757
- name: make (Linux)
5858
if: matrix.cfg.os == 'ubuntu-24.04'

0 commit comments

Comments
 (0)