Skip to content

Commit

Permalink
chore test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Jul 22, 2024
1 parent 772acad commit 39c81f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ runs:
override: true

- name: Update Cargo.lock
run: cargo update
run: |
cd src-tauri
cargo update
shell: bash

# This step is just seting up the trusted signing action and it is expected to fail.
Expand Down

0 comments on commit 39c81f8

Please sign in to comment.