Skip to content

Commit

Permalink
Merge branch 'main' into enhanced-search
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjanssen authored Nov 8, 2024
2 parents 934b0f4 + f16595a commit 7eba5f9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

with:
components: cargo

- uses: Swatinem/rust-cache@v2

- name: Install Linux Dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
sudo apt-get install --no-install-recommends -y \
build-essential \
pkg-config \
libgtk-3-dev \
Expand All @@ -39,10 +43,7 @@ jobs:
libwebkit2gtk-4.1-dev
- name: Install Dependencies
run: npm install

- name: Build Frontend
run: npm run build
run: npm ci

- name: Build Application
run: npm run tauri build
run: npm run tauri build

0 comments on commit 7eba5f9

Please sign in to comment.