Skip to content

Commit

Permalink
Use more up to date msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 26, 2023
1 parent 2c409ab commit ceee40d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Setup Windows SDK
if: matrix.os == 'windows-latest'
with:
sdk-version: 22621
- name: Build MSIX
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit ceee40d

Please sign in to comment.