Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 23, 2024
1 parent 4992141 commit 77d8b68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- name: Create empty file named "updater" in src-tauri
run: touch src-tauri/updater

- name: Create empty file `extension_webkit/libextension.so` in src-tauri
run: touch src-tauri/extension_webkit/libextension.so

- name: Install patch-crate
run: cargo install patch-crate
continue-on-error: true
Expand Down

0 comments on commit 77d8b68

Please sign in to comment.