Skip to content

Commit

Permalink
Update choco command
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 24, 2024
1 parent 8f45419 commit e670d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: chocolatey install make -y
- run: chocolatey install gnuwin32-coreutils.portable -y
- run: choco install make -y
- run: choco install gnuwin32-coreutils.portable -y
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit e670d56

Please sign in to comment.