Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jul 30, 2024
1 parent 100cfb5 commit 860ccdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ paragraph=This library allows you to send and receive Nostr events.
category=Communication
url=https://github.com/riccardobl/nostrduino
architectures=esp32
depends=ArduinoJson (>=6.21.1),uBitcoin (>=0.2.0),WebSockets (>=2.3.5)
depends=ArduinoJson (>=6.21.1),WebSockets (>=2.3.5)

0 comments on commit 860ccdd

Please sign in to comment.