Skip to content

Commit d80438c

Browse files
authored
CI: prospective fix for mysterious ci failures
Don’t try to build Skia from source
1 parent 5ba8206 commit d80438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/renderers/skia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ write-fonts = { version = "0.43" }
9696
skia-safe = { version = "0.88", features = ["gl", "vulkan"] }
9797
wgpu-26 = { workspace = true, optional = true, features = ["vulkan"] }
9898

99-
[target.'cfg(any(target_os = "ios", target_os="windows", target_os="android"))'.dependencies]
99+
[target.'cfg(any(target_os = "ios", target_os="windows", target_os="android", target_os="linux"))'.dependencies]
100100
# Text layout is enabled here just so that we can make use of the pre-built Skia libraries.
101101
skia-safe = { version = "0.88", features = ["textlayout"] }
102102

0 commit comments

Comments
 (0)