Skip to content

Commit

Permalink
[Workflows]: Fix powershell error in build_release section
Browse files Browse the repository at this point in the history
  • Loading branch information
nixxoq committed Jul 27, 2024
1 parent bf0a043 commit 29736cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Install 7-Zip
run: |
choco install 7zip -y
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
RefreshEnv
- name: Download and unpack curl
Expand Down

0 comments on commit 29736cf

Please sign in to comment.