File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 # ============================================================
1616 # Linux: build kernel modules
1717 # ============================================================
18- build-linux :
18+ build-linux :
1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 fail-fast : false
6666 # ============================================================
6767 # Linux: build .deb package (ubuntu-22.04 only)
6868 # ============================================================
69- build-deb :
69+ build-deb :
7070 runs-on : ubuntu-22.04
7171 needs : build-linux
7272
@@ -103,7 +103,7 @@ jobs:
103103 # ============================================================
104104 # Windows: build drivers (x86, x64, arm64)
105105 # ============================================================
106- build-windows-drivers :
106+ build-windows-drivers :
107107 runs-on : windows-2022
108108
109109 steps :
@@ -180,7 +180,7 @@ jobs:
180180 # ============================================================
181181 # Windows: build installers (x86, x64, arm64)
182182 # ============================================================
183- build-windows-installer :
183+ build-windows-installer :
184184 runs-on : windows-2022
185185 needs : build-windows-drivers
186186
You can’t perform that action at this time.
0 commit comments