Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: install some ubuntu packages
Browse files Browse the repository at this point in the history
felixerdy committed May 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8bebd47 commit 9216a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
@@ -76,6 +76,9 @@ jobs:
- name: Clone repository
run: |
git clone https://github.com/arduino-libraries/ArduinoIoTCloud.git
apt-get update
apt-get install -y python3-lzss
apt-get install -y build-essential
- name: Create OTA update file
if: startsWith(matrix.board.fqbn, 'esp32')

0 comments on commit 9216a45

Please sign in to comment.