mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
build(deps): update dependency cargo-wix to 0.3.3
This commit is contained in:
parent
c69d371d10
commit
867a89a862
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
# aarch64 is only supported in wix 4.0 development builds
|
||||
if: matrix.os == 'windows-latest' && matrix.target != 'aarch64-pc-windows-msvc'
|
||||
run: cargo install --version 0.3.2 cargo-wix
|
||||
run: cargo install --version 0.3.3 cargo-wix
|
||||
env:
|
||||
# cargo-wix does not require static crt
|
||||
RUSTFLAGS: ''
|
||||
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -197,7 +197,7 @@ jobs:
|
||||
- name: Install cargo-wix [Windows]
|
||||
continue-on-error: true
|
||||
if: matrix.os == 'windows-latest' && matrix.rust == 'stable'
|
||||
run: cargo install --version 0.3.2 cargo-wix
|
||||
run: cargo install --version 0.3.3 cargo-wix
|
||||
env:
|
||||
# cargo-wix does not require static crt
|
||||
RUSTFLAGS: ''
|
||||
|
Loading…
Reference in New Issue
Block a user