Compare commits
No commits in common. "7fbf6d9550c2c777ae81b30f2f33f12335506fa9" and "20b31be19efa74afb84a383f31ae156eb1c4dfc5" have entirely different histories.
7fbf6d9550
...
20b31be19e
2 changed files with 1 additions and 14 deletions
|
@ -12,11 +12,6 @@ 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
|
||||||
|
@ -28,9 +23,6 @@ jobs:
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Install flip-link
|
|
||||||
run: cargo install flip-link
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd rust/pico
|
cd rust/pico
|
||||||
|
@ -42,11 +34,6 @@ 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 libpango1.0-dev libgtk-3-dev libudev-dev
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd rust/serial_reader
|
cd rust/serial_reader
|
||||||
|
|
|
@ -8,5 +8,5 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serialport = "4.2.2"
|
serialport = "4.2.2"
|
||||||
gtk = { version = "0.18.0", features = ["v3_24"] }
|
gtk = { version = "0.18.0", features = ["v3_24"] }
|
||||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
anyhow = { version = "1.0.74", features = ["backtrace"] }
|
||||||
glib = "0.18.1"
|
glib = "0.18.1"
|
||||||
|
|
Loading…
Reference in a new issue