Skip to content

Commit

Permalink
enhanced github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mars3142 committed Aug 15, 2023
1 parent 44c9147 commit 9ca5968
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "pip"
- uses: actions/setup-python@v3

- name: Install PlatformIO
run: |
Expand Down

0 comments on commit 9ca5968

Please sign in to comment.