Skip to content

Commit

Permalink
ci: disable check on c3 devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 20, 2024
1 parent bb3a252 commit 33075e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-esp32-c3-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
working-directory: esp32-c3
run: |
# Define the list of boards to build
boards=("esp32-c3-devkit-rust" "esp32-c3-lcdkit")
# boards=("esp32-c3-devkit-rust" "esp32-c3-lcdkit")
boards=("esp32-c3-lcdkit")
# Perform common checks
echo "Running common checks"
Expand Down

0 comments on commit 33075e7

Please sign in to comment.