Skip to content

Commit

Permalink
test ci- not updating cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Jul 22, 2024
1 parent 8be0283 commit 3a1c6a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/build-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ runs:
sed -i "s/version = \"0.0.0\"/version = \"$version\"/g" "src-tauri/Cargo.toml"
shell: bash

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
# - name: Set up Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# override: true

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

# This step is just seting up the trusted signing action and it is expected to fail.
# It is needed later on sign the executable step.
Expand Down

0 comments on commit 3a1c6a8

Please sign in to comment.