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
37 changes: 0 additions & 37 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,40 +76,3 @@ jobs:
path: |
target/criterion
target/bench-regression-summary.md

gui:
name: Tauri App (stable)
runs-on: ubuntu-latest
continue-on-error: true

steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install Tauri system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
pkg-config \
libglib2.0-dev \
libgtk-3-dev \
libwebkit2gtk-4.1-dev
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: xraytsubaki-app/package-lock.json
- name: Install frontend dependencies
working-directory: xraytsubaki-app
run: npm ci
- name: Frontend type-check
working-directory: xraytsubaki-app
run: npm run type-check
- name: Frontend lint
working-directory: xraytsubaki-app
run: npm run lint
- name: Build Tauri backend crate
run: cargo check -p xraytsubaki-app --verbose
Loading
Loading