Skip to content

Commit

Permalink
Add workflow yml CORE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jun 4, 2024
1 parent 9874187 commit 9793a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/non-release-build_v3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
FIRMWARE_VERSION_MINOR: 99
POINTPERFECT_LBAND_TOKEN: ${{ secrets.POINTPERFECT_LBAND_TOKEN }}
POINTPERFECT_IP_TOKEN: ${{ secrets.POINTPERFECT_IP_TOKEN }}
CORE_VERSION: 3.0.0

jobs:
build:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:

# We need v3.0.1-rc1 to fix the WiFiMulti.run timeout issue - but it is not yet available
#- name: Install platform
# run: arduino-cli core install esp32:esp32@3.0.1-rc1
# run: arduino-cli core install esp32:esp32@${{ env.CORE_VERSION }}

# So, right now, we need to use v3.0.0 and patch it
- name: Install platform
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:

- name: Copy custom RTKEverywhere.csv
run:
cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.11/tools/partitions/RTKEverywhere.csv
cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/tools/partitions/RTKEverywhere.csv

- name: Compile Sketch
run: arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }},PSRAM=enabled ./Firmware/RTK_Everywhere/RTK_Everywhere.ino
Expand Down

0 comments on commit 9793a69

Please sign in to comment.