Skip to content

Commit

Permalink
Test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 19, 2023
1 parent a9001b0 commit d30ec45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup and install
uses: .github/tooling/setup
uses: ./.github/tooling/setup
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
run: |
Expand All @@ -34,6 +34,9 @@ jobs:
version: 8
- name: install frontend dependencies
run: pnpm install
- uses: Swatinem/rust-cache@v2
with:
workspaces: "apps/desktop/src-tauri/target"
- name: build tauri app
working-directory: apps/desktop
run: |
Expand Down

0 comments on commit d30ec45

Please sign in to comment.