Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 2, 2023
1 parent 9edfa01 commit 4967786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: Create main file
run: |
echo "#include <Arduino.h>" >> src/main.ino
echo "#include <LwipEthernet.h>" >> src/main.ino
echo "void setup() {}" >> src/main.ino
echo "void loop() {}" >> src/main.ino
echo "[env:rpipicow]" >> platformio.ini
Expand Down

0 comments on commit 4967786

Please sign in to comment.