From b82a1293bbadfad274c4a963aca77cd4cb9dfa9d Mon Sep 17 00:00:00 2001 From: PaulZC Date: Thu, 2 Dec 2021 11:37:44 +0000 Subject: [PATCH] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index dc606ab..445febf 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - + - name: Branch name run: echo running on branch ${GITHUB_REF##*/} @@ -97,7 +97,7 @@ jobs: platforms: ${{ matrix.board.platforms }} fqbn: ${{ matrix.board.fqbn }} libraries: | - - source-url: https://github.com/${{github.repository}}/tree/${{GITHUB_REF##*/}}.git + - source-url: https://github.com/tree/AssistNow.git sketch-paths: | - examples/Example10_AltitudeMSL - examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C @@ -106,7 +106,6 @@ jobs: - examples/Example14_DebugOutput - examples/Example15_GetDateTime - examples/Example16_Nanosecond_MaxOutput - - examples/Example16_PartialSecond_MaxOutput - examples/Example18_PowerSaveMode - examples/Example19_DynamicModel - examples/Example20_SendCustomCommand