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 6c383ec commit 9020b4cCopy full SHA for 9020b4c
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ jobs:
31
run: sudo apt-get update && sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
32
33
- name: Lint
34
+ if: matrix.os != 'windows-latest'
35
run: make lint
36
37
- name: Build
0 commit comments