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 06001cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"version": "1.2.0",
"dependencies": {
"ArduinoJson": "^7.1.0",
"uBitcoin": "^0.2.0",
"WebSockets": "^2.4.1"
}
}
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 (>=7.1.0),WebSockets (>=2.4.1)

0 comments on commit 06001cf

Please sign in to comment.