diff options
author | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:27:08 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2022-02-22 02:27:08 -0500 |
commit | fc9adfcf8e6839a3ef3d1242131dc41875fa2deb (patch) | |
tree | 34e78591ab9fffb43c5bc7ca5d18a1d68eba1a71 /.github/workflows | |
parent | 1a8e35ac5f0af7805a2f2d02c17a3cdda908b530 (diff) |
Update Arduino CI version to 1.8.19
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f6455..9707eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: build on: [push, pull_request, workflow_dispatch] env: - IDE_VERSION: 1.8.13 + IDE_VERSION: 1.8.19 IDE_LOCATION: /usr/local/share/arduino jobs: |