Skip to content

Commit

Permalink
fix: Install cargo-patch with locked deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Aug 29, 2023
1 parent 7ad4bcc commit 56d1de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Apply neon-sys patch (Windows)
run: |
cargo install cargo-patch --version 0.3.1
cargo install cargo-patch --version 0.3.1 --locked
cp ${{ github.workspace }}\manual-patches\neon_temp_buf.patch .
git apply --ignore-space-change --ignore-whitespace ${{ github.workspace }}\manual-patches\windows_cargo_toml.patch
cat Cargo.toml
Expand Down Expand Up @@ -383,4 +383,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: eu-central-1
AWS_DEFAULT_REGION: eu-central-1

0 comments on commit 56d1de9

Please sign in to comment.