We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83caca1 commit 93347b9Copy full SHA for 93347b9
.github/workflows/arduino-ci.yml
@@ -21,18 +21,9 @@ jobs:
21
arduino-cli core update-index
22
arduino-cli core install arduino:avr
23
arduino-cli core install esp8266:esp8266
24
- - name: Install and locate OneWire library
+ - name: Install OneWire library
25
run: |
26
arduino-cli lib install OneWire
27
- # Debug: Find where OneWire was installed
28
- echo "Searching for OneWire.h:"
29
- find / -name "OneWire.h" 2>/dev/null
30
- echo "Arduino library directories:"
31
- arduino-cli config dump
32
- # Copy OneWire to the required locations
33
- mkdir -p $GITHUB_WORKSPACE/libraries/OneWire
34
- mkdir -p /home/runner/Arduino/libraries/OneWire
35
- # We'll update the copy commands once we see the actual location
36
- name: Set up Ruby
37
uses: ruby/setup-ruby@v1
38
with:
0 commit comments