From 69d59b594635400afc0ca068c8c26513a38e6865 Mon Sep 17 00:00:00 2001 From: Felix de Maneville Date: Mon, 7 Mar 2022 09:47:18 +0100 Subject: [PATCH] Fixed CI example check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a695687abec..3c8fedfaa7ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: source: './examples/' targets: '[ "./Cargo.toml", "./examples/README.md" ]' file-types: '[".rs"]' - exclude-folders: '["./examples/ios"]' + exclude-folders: '["./examples/ios", "./examples/android]' exclude-files: '[]' check-unused-dependencies: