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 314609f commit 2ff636aCopy full SHA for 2ff636a
.github/workflows/ci.yaml
@@ -55,12 +55,17 @@ jobs:
55
os: ubuntu-latest
56
use-cross: false
57
target: x86_64-unknown-linux-gnu
58
+ - build: windows
59
+ os: windows-2022
60
+ use-cross: false
61
+ target: x86_64-pc-windows-msvc
62
63
steps:
64
- name: Checkout
65
uses: actions/checkout@v4
66
67
- name: Install libudev-dev
68
+ if: "matrix.os == 'ubuntu-latest'"
69
run: sudo apt-get update && sudo apt-get install -y libudev-dev
70
71
- name: Install cross
0 commit comments