Skip to content

Commit

Permalink
Simplifiy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan committed Dec 25, 2023
1 parent 245dfad commit f563bd2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,4 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: Arduino-CI/action@v0.1.6
env:
USE_SUBDIR: ./src/
EXPECT_UNITTESTS: false
- uses: arduino/setup-arduino-cli@v1
- name: Download board
run: |
arduino-cli --config-file arduino-cli.yaml core update-index
arduino-cli --config-file arduino-cli.yaml board listall
arduino-cli --config-file arduino-cli.yaml core install esp32:esp32@2.0.2
- name: Compile Sketch
run: arduino-cli --config-file arduino-cli.yaml --library ./src/ compile --fqbn esp32:esp32:esp32 ./examples/ClientServer/Client/Client.ino
- uses: Arduino-CI/action@stable-1.x

0 comments on commit f563bd2

Please sign in to comment.