Merge branch 'avrdudes:main' into avr109-xmega

This commit is contained in:
Hans 2022-10-02 22:43:03 +02:00 committed by GitHub
commit 2c8cef2712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: >-
sudo apt-get update
sudo apt-get install -y
build-essential
cmake
@ -95,6 +97,8 @@ jobs:
apt-get update
- name: Install prerequisites
run: >-
apt-get update
apt-get install -y
git
cmake
@ -145,6 +149,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: >-
brew update
brew install
cmake
flex