From 7a70695e9bf2a760c6eb4c7355ada23343b73dd6 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 19:05:20 -0400 Subject: [PATCH] Enable winget LocalManifestFiles --- .github/workflows/ci-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) 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