diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 51bd540a4..341de412d 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -136,6 +136,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 @@ -247,6 +250,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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3037f713b..1fcedb6fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,6 +80,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 @@ -168,6 +171,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