Skip to content

Commit 47ffc4c

Browse files
committed
fixed tidy install
1 parent f0dc3c9 commit 47ffc4c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,11 @@ jobs:
2525
- if: ${{ matrix.platform == 'macos-latest' }}
2626
name: (macos) Install Testing Prereqs
2727
run: |
28-
which tidy
29-
tidy --version
30-
3128
git clone https://github.com/htacg/tidy-html5.git
3229
cd tidy-html5/build/cmake
3330
cmake ../.. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
3431
make
3532
sudo make install
36-
37-
which tidy
38-
tidy --version
39-
4033
- name: Install Tox
4134
run: make install-tox
4235
- name: Test Build/Package with Tox

0 commit comments

Comments
 (0)