File tree Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -22,30 +22,30 @@ jobs:
22
22
arch : x86_64
23
23
distro : linux
24
24
variant : none
25
- - os : ubuntu-latest
26
- binary_target : x86_64-unknown-linux-musl
27
- platform : unknown-linux-musl
28
- arch : x86_64
29
- distro : linux
30
- variant : musl
31
- - os : windows-latest
32
- binary_target : x86_64-pc-windows-msvc
33
- platform : pc-windows-msvc
34
- arch : x86_64
35
- distro : windows
36
- variant : none
37
- - os : macos-latest
38
- binary_target : x86_64-apple-darwin
39
- platform : apple-darwin
40
- arch : x86_64
41
- distro : macos
42
- variant : none
43
- - os : macos-latest
44
- binary_target : aarch64-apple-darwin
45
- platform : apple-darwin
46
- arch : aarch64
47
- distro : macos
48
- variant : none
25
+ # - os: ubuntu-latest
26
+ # binary_target: x86_64-unknown-linux-musl
27
+ # platform: unknown-linux-musl
28
+ # arch: x86_64
29
+ # distro: linux
30
+ # variant: musl
31
+ # - os: windows-latest
32
+ # binary_target: x86_64-pc-windows-msvc
33
+ # platform: pc-windows-msvc
34
+ # arch: x86_64
35
+ # distro: windows
36
+ # variant: none
37
+ # - os: macos-latest
38
+ # binary_target: x86_64-apple-darwin
39
+ # platform: apple-darwin
40
+ # arch: x86_64
41
+ # distro: macos
42
+ # variant: none
43
+ # - os: macos-latest
44
+ # binary_target: aarch64-apple-darwin
45
+ # platform: apple-darwin
46
+ # arch: aarch64
47
+ # distro: macos
48
+ # variant: none
49
49
steps :
50
50
- uses : actions/checkout@v4
51
51
- name : ⚡ Cache
57
57
target
58
58
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
59
59
60
+ - name : Install dbus
61
+ if : matrix.distro == 'linux'
62
+ run : sudo apt-get install libdbus-1-dev
63
+
60
64
# Prepare
61
65
- name : Set environment variables
62
66
shell : bash
You can’t perform that action at this time.
0 commit comments