Skip to content

Commit 9020b4c

Browse files
committed
don't lint on Windows
1 parent 6c383ec commit 9020b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: sudo apt-get update && sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
3232

3333
- name: Lint
34+
if: matrix.os != 'windows-latest'
3435
run: make lint
3536

3637
- name: Build

0 commit comments

Comments
 (0)