Enable winget LocalManifestFiles

This commit is contained in:
Jordan Dominion
2023-06-26 20:07:56 -04:00
parent fa10d59c33
commit 7a70695e9b
+3
View File
@@ -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