Skip to content

Commit 860ccdd

Browse files
committed
fix build
1 parent 100cfb5 commit 860ccdd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
with:
13+
submodules: true
1214

1315
- name: Set up Python
1416
uses: actions/setup-python@v2

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=This library allows you to send and receive Nostr events.
77
category=Communication
88
url=https://github.com/riccardobl/nostrduino
99
architectures=esp32
10-
depends=ArduinoJson (>=6.21.1),uBitcoin (>=0.2.0),WebSockets (>=2.3.5)
10+
depends=ArduinoJson (>=6.21.1),WebSockets (>=2.3.5)

0 commit comments

Comments
 (0)