Skip to content

Commit 0175995

Browse files
committed
fix: specify working directory for Rust backend build
1 parent 05670bb commit 0175995

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
4949
- name: Build Rust backend (for Rust)
5050
if: matrix.language == 'rust'
51+
working-directory: src-tauri
5152
run: cargo build --release
5253

5354
- name: Setup Node.js and install dependencies (for JavaScript)

0 commit comments

Comments
 (0)