From cb63670d3650ba82cbd2fa8426df2367731ccd2b Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 11 Oct 2023 19:38:16 -0400 Subject: [PATCH] Pin wingetcreate due to constant issues This time it's https://github.com/microsoft/winget-create/issues/453 --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fd65c0dc03..131e2c38c4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1750,7 +1750,7 @@ jobs: GITHUB_TOKEN: ${{ env.WINGET_PUSH_TOKEN }} - name: Install wingetcreate - run: winget install wingetcreate --disable-interactivity --accept-source-agreements + run: winget install wingetcreate --version 1.2.8.0 --disable-interactivity --accept-source-agreements # Pinned due to breaking every other version - name: Checkout uses: actions/checkout@v3