diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cd25742e3..a5a216ecd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,7 @@ jobs: echo "::endgroup::" echo "::group::Build WGPU example for Android" - cargo apk build --manifest-path examples/runners/wgpu/Cargo.toml --features use-installed-tools --no-default-features + cargo apk build -p example-runner-wgpu --features use-installed-tools --no-default-features echo "::endgroup::" lint: