We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d7e6 commit 6ba22aeCopy full SHA for 6ba22ae
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
25
26
- uses: microsoft/setup-msbuild@v2
27
28
+ - run: choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.Windows10SDK.19041"
29
+
30
- run: echo ${{ secrets.ENV_FILE }} | base64 --decode > .env
31
shell: bash
32
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
22
23
24
0 commit comments