From 735c0751c970325bfe85f2914709b21c56dd5ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=ADas=20Angulo?= Date: Mon, 22 Jul 2024 06:16:24 +0200 Subject: [PATCH] Update v3.actions.yml --- .github/workflows/v3.actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v3.actions.yml b/.github/workflows/v3.actions.yml index 740557a..dca4a30 100644 --- a/.github/workflows/v3.actions.yml +++ b/.github/workflows/v3.actions.yml @@ -16,7 +16,7 @@ jobs: with: arduino-board-fqbn: esp32:esp32:esp32s3:FlashSize=8M,PartitionScheme=default_8MB,UploadSpeed=921600,DebugLevel=none,EraseFlash=none platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - arduino-platform: esp32:esp32@2.0.17 + arduino-platform: esp32:esp32@6.7.0 required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager set-build-path: true - name: Rename binaries with board revision @@ -36,4 +36,4 @@ jobs: - uses: softprops/action-gh-release@v1 with: name: "Watchy Arduino Library ${{ github.ref_name }}" - files: ${{ github.workspace }}/examples/WatchFaces/**/build/*.bin \ No newline at end of file + files: ${{ github.workspace }}/examples/WatchFaces/**/build/*.bin