Skip to content

Commit 1f597f9

Browse files
committed
try to fix android ci
1 parent fcb4fdf commit 1f597f9

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
echo "::endgroup::"
112112
113113
echo "::group::Build WGPU example for Android"
114-
cargo apk build -p example-runner-wgpu --lib --features use-installed-tools --no-default-features
114+
cargo apk build -p example-runner-wgpu --lib --crate-type cdylib --features use-installed-tools --no-default-features
115115
echo "::endgroup::"
116116
117117
# This just allows us to branch protect on this one job rather needing to change

examples/runners/wgpu/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ edition.workspace = true
77
license.workspace = true
88
repository.workspace = true
99

10-
[lib]
11-
crate-type = ["lib", "cdylib"]
12-
1310
# See rustc_codegen_spirv/Cargo.toml for details on these features
1411
[features]
1512
default = ["use-compiled-tools"]

0 commit comments

Comments
 (0)