File tree 4 files changed +4
-4
lines changed
crates/icbsetup/data/new_bbs
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
rustup update
18
18
cargo fmt --all -- --check
19
19
- run : rustup component add clippy
20
- - name : Install Dependencies
21
- run : |
22
- sudo apt-get update
23
- sudo apt-get install build-essential libgtk-3-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
24
20
- name : Run tests
25
21
run : |
26
22
cargo test --all-features
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ It's installing a [rust development](https://www.rust-lang.org/tools/install) en
10
10
11
11
If something is missing on your system cargo build will tell you. If you know hat a development environment is it should be straightforward.
12
12
13
+ Update: On my pi I needed to install openssl-dev:
14
+ ` sudo apt-get install openssl-dev `
15
+
16
+
13
17
I develop this software on linux - next time I set up I'll add a more detailed description.
14
18
15
19
# Startup Icy Board
You can’t perform that action at this time.
0 commit comments