Skip to content

Commit 6376d27

Browse files
committed
Correted default main menus
@area@ got renamed to @AREANAME@
1 parent 0acc0f7 commit 6376d27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/run_tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
rustup update
1818
cargo fmt --all -- --check
1919
- 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
2420
- name: Run tests
2521
run: |
2622
cargo test --all-features

crates/icbsetup/data/new_bbs/brdm.icy

-1 Bytes
Binary file not shown.

crates/icbsetup/data/new_bbs/brds.icy

-1 Bytes
Binary file not shown.

docs/gettingstarted.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ It's installing a [rust development](https://www.rust-lang.org/tools/install) en
1010

1111
If something is missing on your system cargo build will tell you. If you know hat a development environment is it should be straightforward.
1212

13+
Update: On my pi I needed to install openssl-dev:
14+
`sudo apt-get install openssl-dev`
15+
16+
1317
I develop this software on linux - next time I set up I'll add a more detailed description.
1418

1519
# Startup Icy Board

0 commit comments

Comments
 (0)