diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d93f8711ad..3bb8af3087 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1453,6 +1453,9 @@ jobs: - name: Install wingetcreate run: winget install wingetcreate --disable-interactivity --accept-source-agreements + - name: Enable LocalManifestFiles + run: winget settings --enable LocalManifestFiles + - name: Checkout uses: actions/checkout@v3