Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 26, 2023
1 parent 3ff123e commit 0f83310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# common settings - no extra options, skip nothing, all warnings
echo "options=''" >> $GITHUB_OUTPUT
echo "logdef=''" >> $GITHUB_OUTPUT
echo "skip-pattern=''" >> $GITHUB_OUTPUT
echo "skip-pattern=(Feather32u4).*ino" >> $GITHUB_OUTPUT
echo "warnings='all'" >> $GITHUB_OUTPUT

#if [[ "${{ contains(matrix.loglevel, 'LOG_LEVEL_NONE') }}" == "true" ]]; then
Expand Down

0 comments on commit 0f83310

Please sign in to comment.