Compare commits
No commits in common. "2153f7b52b3b77dd42a567b14f6b7a69a9929e49" and "34062224eb32ca9c36464b94f96bfdc63dddca5d" have entirely different histories.
2153f7b52b
...
34062224eb
2 changed files with 1 additions and 21 deletions
|
|
@ -91,16 +91,3 @@ jobs:
|
||||||
|
|
||||||
- name: Build (release)
|
- name: Build (release)
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
notify:
|
|
||||||
name: Notify
|
|
||||||
needs: [lint, build-debug, build-release]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: always()
|
|
||||||
steps:
|
|
||||||
- uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
|
|
||||||
with:
|
|
||||||
host: ${{ secrets.NTFY_HOST }}
|
|
||||||
topic: ${{ secrets.NTFY_TOPIC }}
|
|
||||||
user: ${{ secrets.NTFY_USER }}
|
|
||||||
password: ${{ secrets.NTFY_PASSWORD }}
|
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,7 @@ A weather applet for the [COSMIC](https://github.com/pop-os/cosmic-epoch) deskto
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Requires a Rust toolchain and the following system dependencies:
|
Requires a Rust toolchain. Install via [rustup](https://rustup.rs/) if needed.
|
||||||
|
|
||||||
```sh
|
|
||||||
# Debian/Ubuntu
|
|
||||||
sudo apt-get install pkg-config libxkbcommon-dev libwayland-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
Install Rust via [rustup](https://rustup.rs/) if needed, then:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue