From e369e88efed2f56088a8b4ef74ff8f3bab167158 Mon Sep 17 00:00:00 2001 From: brentru Date: Mon, 21 Jul 2025 11:51:19 -0400 Subject: [PATCH] fix CI --- .github/workflows/githubci.yml | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 2ec068d..6061569 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -29,4 +29,4 @@ jobs: run: bash ci/doxy_gen_and_deploy.sh - name: Test the code on supported platforms - run: python3 ci/build_platform.py main_platforms zero feather32u4 \ No newline at end of file + run: python3 ci/build_platform.py main_platforms \ No newline at end of file diff --git a/library.properties b/library.properties index 520d918..b4e9802 100644 --- a/library.properties +++ b/library.properties @@ -7,4 +7,4 @@ paragraph=Library for interfacing with u-blox GPS/RTK modules. category=Communication url=https://github.com/adafruit/Adafruit_uBlox/ architectures=* -depends=Adafruit BusIO \ No newline at end of file +depends=Adafruit BusIO, Adafruit GPS Library \ No newline at end of file