Skip to content

Commit b96f18f

Browse files
committed
garotm - fix the sidecar stub for cargo check in CI.
1 parent cd4ba21 commit b96f18f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
with:
103103
workspaces: src-tauri
104104

105+
- name: Create sidecar stub for cargo check
106+
run: |
107+
mkdir -p src-tauri/binaries
108+
touch src-tauri/binaries/sift-backend-x86_64-unknown-linux-gnu
109+
chmod +x src-tauri/binaries/sift-backend-x86_64-unknown-linux-gnu
110+
105111
- name: cargo check
106112
working-directory: src-tauri
107113
run: cargo check

0 commit comments

Comments
 (0)