Skip to content

Commit

Permalink
Fix:CI:use Android image for sanity_check
Browse files Browse the repository at this point in the history
Signed-off-by: mvglasow <michael -at- vonglasow.com>
  • Loading branch information
mvglasow authored and jkoan committed Feb 28, 2021
1 parent cd1f4e5 commit c843d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults: &defaults
jobs:
sanity_check:
docker:
- image: navit/sanity_check:latest
- image: circleci/android:api-29-ndk
steps:
- checkout
- run:
Expand Down

0 comments on commit c843d5e

Please sign in to comment.