diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929ac30..26deaf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,11 @@ jobs: New-Item -ItemType directory -Path certificate Set-Content -Path certificate\certificate.txt -Value '${{ secrets.WINDOWS_CERTIFICATE }}' certutil -decode certificate\certificate.txt certificate\certificate.pfx + - uses: GuillaumeFalourd/setup-windows10-sdk-action@v1.11 + name: Setup Windows SDK + if: matrix.os == 'windows-latest' + with: + sdk-version: 22621 - name: Build MSIX if: matrix.os == 'windows-latest' run: |