Skip to content

Commit e8164ac

Browse files
committed
fix for compile last version
1 parent a3ec074 commit e8164ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/compile-provisioning.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
env:
2020
# libraries to install for all boards
2121
UNIVERSAL_LIBRARIES: |
22-
# Install the ArduinoIoTCloud library from the repository
23-
- source-path: ./
22+
# Install the ArduinoIoTCloud library from the commit
23+
- source-url: https://github.com/fabik111/ArduinoIoTCloud.git
24+
version: a3ec0743923b8bcfd93b6302e4986ff568d0e7ab
2425
- name: ArduinoBLE
2526
version: 1.4.0
2627
- name: ArduinoHttpClient
@@ -237,14 +238,14 @@ jobs:
237238
path: ${{ env.SKETCHES_REPORTS_PATH }}
238239

239240
- name: Save production artifact
240-
if: github.event_name == 'pull_request'
241+
if: github.event_name == 'push'
241242
uses: actions/upload-artifact@v4
242243
with:
243244
name: provisioning-prod-${{ matrix.board.artifact-name-suffix }}
244245
path: ${{ runner.temp }}/provisioning-prod/
245246

246247
- name: Save staging artifact
247-
if: github.event_name == 'pull_request'
248+
if: github.event_name == 'push'
248249
uses: actions/upload-artifact@v4
249250
with:
250251
name: provisioning-staging-${{ matrix.board.artifact-name-suffix }}

0 commit comments

Comments
 (0)