Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ jobs:
node-version: 22
cache: npm

- name: Set up Rust
run: |
rustup update stable
rustup default stable

- name: Install Tauri Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential curl file pkg-config wget \
libdbus-1-dev libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev librsvg2-dev \
poppler-utils unzip patchelf

- name: Install dependencies
run: npm ci

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 0 additions & 52 deletions docs/WEBHOOK_FORWARDING.md

This file was deleted.

Binary file removed docs/assets/Agent_Mint.png
Binary file not shown.
Binary file removed docs/assets/CLI_Screen.png
Binary file not shown.
Binary file removed docs/assets/Settings.png
Binary file not shown.
Binary file removed docs/assets/icon.png
Binary file not shown.
Loading
Loading