Skip to content

Commit 8f0d025

Browse files
committed
gh-actions: Build on windows
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 839421c commit 8f0d025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,17 @@ jobs:
5555
os: ubuntu-latest
5656
use-cross: false
5757
target: x86_64-unknown-linux-gnu
58+
- build: windows
59+
os: windows-2022
60+
use-cross: false
61+
target: x86_64-pc-windows-msvc
5862

5963
steps:
6064
- name: Checkout
6165
uses: actions/checkout@v4
6266

6367
- name: Install libudev-dev
68+
if: "matrix.os == 'ubuntu-latest'"
6469
run: sudo apt-get update && sudo apt-get install -y libudev-dev
6570

6671
- name: Install cross

0 commit comments

Comments
 (0)