Skip to content

Commit

Permalink
Fix choco command
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 20, 2023
1 parent 7c0d05c commit e0d55f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-intel-build-prebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
workflow_conclusion: success
name: modulesToBuildForElectron
- name: Install MIT Kerberos
run: choco install mitkerberos
run: choco install mitkerberos --install-arguments="ADDLOCAL=all"
- name: Install tookit dependencies
run: npm install --omit=optional
- name: Build on Windows x64
Expand Down

0 comments on commit e0d55f3

Please sign in to comment.