.gitea/workflows/pull_request.yaml aktualisiert

This commit is contained in:
hodasemi 2023-08-25 10:24:26 +02:00
parent c77c631cc6
commit 2907ba76a3

View file

@ -12,6 +12,11 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y gcc-avr
- name: Build
run: |
cd rust/arduino