From 8a9df85738ade02031867fcd701dfbbae961b75d Mon Sep 17 00:00:00 2001 From: Jeppe Pihl Date: Wed, 17 Apr 2024 11:20:10 +0200 Subject: [PATCH] fix --- .github/workflows/platformio.yml | 2 +- library.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index b85bfc0..a1840e1 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -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: diff --git a/library.json b/library.json index 582ad13..0b4bf5e 100644 --- a/library.json +++ b/library.json @@ -32,12 +32,6 @@ "srcDir": "src", "includeDir": "src" }, - "headers": [ - "ranbo.h", - "rand48.h", - "xoshiro64s.h", - "xoshiro256ss.h" - ], "frameworks": "*", "platforms": "*", "dependencies": []