Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Apr 17, 2024
1 parent 31fdc62 commit 8a9df85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: Install Library with PlatformIO
run: pio lib -g install file://.
run: pio pkg install -g -l file://.
- name: Build example
run: pio ci --board=esp32dev examples/platform_io_example.ino
concurrency:
Expand Down
6 changes: 0 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
"srcDir": "src",
"includeDir": "src"
},
"headers": [
"ranbo.h",
"rand48.h",
"xoshiro64s.h",
"xoshiro256ss.h"
],
"frameworks": "*",
"platforms": "*",
"dependencies": []
Expand Down

0 comments on commit 8a9df85

Please sign in to comment.