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 f0dc3c9 commit 47ffc4cCopy full SHA for 47ffc4c
.github/workflows/test.yml
@@ -25,18 +25,11 @@ jobs:
25
- if: ${{ matrix.platform == 'macos-latest' }}
26
name: (macos) Install Testing Prereqs
27
run: |
28
- which tidy
29
- tidy --version
30
-
31
git clone https://github.com/htacg/tidy-html5.git
32
cd tidy-html5/build/cmake
33
cmake ../.. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
34
make
35
sudo make install
36
37
38
39
40
- name: Install Tox
41
run: make install-tox
42
- name: Test Build/Package with Tox
0 commit comments