Skip to content

Commit

Permalink
test ci suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Crippa committed Oct 2, 2024
1 parent b704b76 commit c083096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

# - name: Cache Dependencies
# uses: actions/cache@v3
# with:
# path: |
# ~/.cache/pip
# ~/.platformio/.cache
# key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }}
# restore-keys: |
# ${{ runner.os }}-pio-
- name: Cache Dependencies
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }}
restore-keys: |
${{ runner.os }}-pio-
- name: Set Up Python
uses: actions/setup-python@v3
Expand Down
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/
board = esp32dev
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.arduino.upstream_packages = no
framework = arduino
monitor_speed = 115200
build_type = debug
Expand Down

0 comments on commit c083096

Please sign in to comment.