Skip to content

Commit

Permalink
Fix winget release submission error
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 18, 2023
1 parent d7f0683 commit 8674ba3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
with:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.6
Expand Down Expand Up @@ -171,6 +174,9 @@ jobs:
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
with:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.6
Expand Down

0 comments on commit 8674ba3

Please sign in to comment.