.gitea/workflows/pull_request.yaml aktualisiert
This commit is contained in:
parent
131e294ebd
commit
98543ac4e5
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,9 @@ jobs:
|
|||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install flip-link
|
||||
run: cargo install flip-link
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd rust/pico
|
||||
|
@ -34,6 +37,11 @@ jobs:
|
|||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y libpango1.0-dev
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd rust/serial_reader
|
||||
|
|
Loading…
Reference in a new issue