Skip to content

Commit

Permalink
set choco install path
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Oct 19, 2023
1 parent b088f67 commit 69fcd3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
build-windows:
name: Build-windows
runs-on: windows-runner
env:
ChocolateyInstallPath: C:\ProgramData\chocolatey

steps:
- name: Setup go 1.20
uses: actions/setup-go@v2
Expand All @@ -82,6 +85,7 @@ jobs:
- name: Install
run: |
$env:ChocolateyInstall = $env:ChocolateyInstallPath
choco install make
make install
Expand Down

0 comments on commit 69fcd3c

Please sign in to comment.