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 67a1237 commit 0d0ca3eCopy full SHA for 0d0ca3e
.github/workflows/cross-platform.yml
@@ -19,6 +19,11 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v4
22
+
23
+ - name: Install dependencies
24
+ run: |
25
+ sudo apt-get update
26
+ sudo apt-get install -y libudev-dev
27
28
- name: Install Rust
29
uses: dtolnay/rust-toolchain@stable
@@ -48,3 +53,10 @@ jobs:
48
53
run: cargo test --test "*"
49
54
working-directory: .
50
55
continue-on-error: true
56
57
+ - name: Rust Release binary
58
+ # You may pin to the exact commit or the version.
59
+ # uses: rust-build/rust-build.action@6febf1b0ed6499a46610b58ef9d810398e75f3c2
60
+ uses: rust-build/[email protected]
61
+ with:
62
+ RUSTTARGET: "osvm"
0 commit comments