Skip to content

Commit edbffa6

Browse files
authored
Update ci_cd.yml
1 parent 3e783a6 commit edbffa6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
run: uv run pyinstaller frozen.spec
9696

9797
- name: Install NSIS
98-
run: choco install nsis -y
98+
run: |
99+
choco install nsis -y
100+
ls C:\ProgramData\chocolatey\bin
101+
$Env:PATH += ";C:\ProgramData\chocolatey\bin"
102+
echo "C:\ProgramData\chocolatey\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
99103
100104
- name: Print NSIS version
101105
run: makensis -VERSION

0 commit comments

Comments
 (0)