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 b28d258 commit 00bce77Copy full SHA for 00bce77
.github/workflows/windows_installer.yml
@@ -29,15 +29,10 @@ jobs:
29
run: |
30
pip install meson
31
32
- - name: Download EnVar plugin for NSIS
33
- uses: carlosperate/download-file-action@v2
+ - name: Install NSIS with EnVar plugin
+ uses: repolevedavaj/[email protected]
34
with:
35
- file-url: https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip
36
- file-name: envar_plugin.zip
37
- location: ${{ github.workspace }}
38
-
39
- - name: Extract EnVar plugin
40
- run: 7z x "-oC:/Program Files (x86)/NSIS" "${{ github.workspace }}/envar_plugin.zip"
+ nsis-version: '3.11'
41
42
- name: Configure
43
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true
0 commit comments