Skip to content

Commit

Permalink
added build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 29, 2023
1 parent 0eda0cc commit 4a7dd05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
submodules: recursive

- name: Install Build Dependencies
run: sudo apt install -yq libgtk-3-dev

- name: Use Rust Stable
run: rustup toolchain install stable --profile minimal

Expand All @@ -28,5 +31,5 @@ jobs:
- name: Build Packages
run: |
for f in ares-*; do
cargo deb -p "$f"
cargo deb -p "$f" || exit 1
done

0 comments on commit 4a7dd05

Please sign in to comment.