Skip to content

Commit

Permalink
Define PLATFORMIO_BUILD_CACHE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Apr 18, 2024
1 parent 9a6ef0d commit e03c407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "git_hash=${git_hash}" >> $GITHUB_ENV
echo "PLATFORMIO_BUILD_CACHE_DIR=$HOME/.platformio/.cache" >> $GITHUB_ENV
- name: Build PlatformIO Project
run: pio run -e ${{ matrix.environment }}
- name: 'Upload Artifact'
Expand Down

0 comments on commit e03c407

Please sign in to comment.