Skip to content

Commit

Permalink
fix: clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 25, 2024
1 parent 3ddfbaa commit a378558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Build frontend (creates '../dist')
run: pnpm install && pnpm shupdate && pnpm build:js && pnpm build
run: pnpm install && pnpm shupdate && pnpm build:js

- name: Create empty file named "updater" in src-tauri
run: touch src-tauri/updater
Expand Down

0 comments on commit a378558

Please sign in to comment.