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 55c63fa commit c4c3270Copy full SHA for c4c3270
.github/workflows/windows_installer.yml
@@ -33,6 +33,17 @@ jobs:
33
uses: Totto16/install-nsis@3940a3e6478539f605e182a6ea4abbb358d52b36
34
with:
35
nsis-version: '3.11'
36
+
37
+ - name: Test 1
38
+ run: |
39
+ echo "C:\Program Files (x86)\NSIS\Bin" | Out-File -FilePath $env:GITHUB_PATH -Append
40
+ Write-Host "Current PATH:"
41
+ Write-Host $env:PATH
42
43
+ - name: Test 2
44
45
+ Write-Host "Current PATH 2:"
46
47
48
- name: Configure
49
run: meson setup build -Dbuildtype=release -Ddefault_library=shared -Dbuild_installer=true -Drun_in_ci=true
0 commit comments