.gitea/workflows/pull_request.yaml aktualisiert
This commit is contained in:
parent
c77c631cc6
commit
2907ba76a3
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ jobs:
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- 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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd rust/arduino
|
cd rust/arduino
|
||||||
|
|
Loading…
Reference in a new issue