Skip to content

Commit 1a4c48c

Browse files
committed
github updated their containers :(
1 parent 403fd85 commit 1a4c48c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

n_player/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ async-trait = "0.1.83"
4545
[target.'cfg(target_os = "linux")'.dependencies]
4646
mpris-server = "0.8.1"
4747

48-
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.slint]
48+
# GitHub updated their macOS images and now skia doesn't build on Mac ARM anymore
49+
[target.'cfg(all(target_os = "macos"))'.dependencies.slint]
4950
version = "1.8.0"
5051
default-features = false
5152
features = ["renderer-femtovg"]
5253

53-
[target.'cfg(not(all(target_os = "macos", target_arch = "x86_64")))'.dependencies.slint]
54+
[target.'cfg(not(all(target_os = "macos")))'.dependencies.slint]
5455
version = "1.8.0"
5556
default-features = false
5657
features = ["renderer-skia"]

0 commit comments

Comments
 (0)