Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkideal committed Oct 11, 2024
1 parent c62f2fd commit f4c71e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
choco install make -y
echo 'C:\ProgramData\chocolatey\lib\make\tools\bin' | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install WiX Toolset
shell: pwsh
run: |
choco install wixtoolset --version=3.11.2 -y
echo 'C:\Program Files (x86)\WiX Toolset v3.11\bin' | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit f4c71e1

Please sign in to comment.