Skip to content

Commit

Permalink
Version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Aug 21, 2022
1 parent 121983e commit a064515
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# arduino-test-compile [action](https://github.com/marketplace/actions/test-compile-for-arduino) / script
### Version 3.2.0
### Version 3.2.1

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
[![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/arduino-test-compile/latest)](https://github.com/ArminJo/arduino-test-compile/commits/master)
Expand Down Expand Up @@ -573,6 +573,7 @@ Samples for using action in workflow:

# Revision History
### Version v3.2.1
- Merged #26, which fixes filename problems, especially with filenames with multiple dots.
- Extended debug output.

### Version v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Compile sketches or Arduino library examples for one board type us
author: 'Armin Joachimsmeyer'
inputs:
cli-version:
description: 'Version of arduino-cli to use when builing. Current (7/2020) one is 0.11.0.'
description: 'Version of arduino-cli to use when building. Current (8/2022) one is 0.26.0.'
default: 'latest'
required: false

Expand Down
2 changes: 1 addition & 1 deletion arduino-test-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# arduino-test-compile.sh
# Bash script to do a test-compile of one or more Arduino programs in a repository each with different compile parameters.
#
# Copyright (C) 2020 Armin Joachimsmeyer
# Copyright (C) 2020-2022 Armin Joachimsmeyer
# https://github.com/ArminJo/Github-Actions
# License: MIT
#
Expand Down

0 comments on commit a064515

Please sign in to comment.