Skip to content

Commit

Permalink
ci: add linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 27, 2023
1 parent e8f8c48 commit 005be56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
- uses: swatinem/rust-cache@v2
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
- name: Install dependencies (ubuntu only)
if: runner.os == 'Linux'
# You can remove libayatana-appindicator3-dev if you don't use the system tray feature.
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DAR to OAR Converter(GUI & CLI)

[![Cargo Lint & Test](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/build-and-test.yaml)
[![Cargo Lint & Test](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/lint-and-test.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/lint-and-test.yaml)

[![Release Cli](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/release-cli.yaml/badge.svg)](https://github.com/SARDONYX-sard/dar-to-oar/actions/workflows/release-cli.yaml)

Expand Down Expand Up @@ -67,3 +67,10 @@ Options:
-V, --version
Print version
```

## License

- MIT OR Apache-2.0: Without the source of this application, we could not have
created this Rust converter. Thank you.

- Original Application: MIT License Copyright (c) 2023 Allison Payne

0 comments on commit 005be56

Please sign in to comment.