Skip to content

Commit

Permalink
install all dependencies at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
Minigrim0 committed Aug 6, 2024
1 parent dfef56f commit 59f40a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
# Install setup prerequisites
apt-get update -y --allow-releaseinfo-change
apt-get upgrade -y
apt-get install curl gcc-aarch64-linux-gnu libc-dev -y
# Install build tools and tauri requirements
apt-get install curl gcc-aarch64-linux-gnu libwebkit2gtk-4.0-dev build-essential wget libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libc-dev libssl-dev -y
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
. "$HOME/.cargo/env"
# Build the TUI application
cargo build --release --bin hd-tui
# Install build tools and tauri-cli requirements
apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
# Install wasm32 target and tauri-cli
rustup target add wasm32-unknown-unknown
cargo install tauri-cli trunk
Expand Down

0 comments on commit 59f40a3

Please sign in to comment.