From 77d8b68ef00f17f31cd6f62395b9d7486326d2ce Mon Sep 17 00:00:00 2001 From: SpikeHD <25207995+SpikeHD@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:35:52 -0700 Subject: [PATCH] fix: clippy --- .github/workflows/backend.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 12553026..101e0380 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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