Skip to content

Commit

Permalink
CI: use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Nov 8, 2024
1 parent 003c4d3 commit 73b1cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
brew install makedepend
curl -L -o pcut.pkg https://github.com/vhotspur/pcut/releases/download/v0.0.4/pcut-0.0.4-Darwin.pkg
installer -verbose -pkg pcut.pkg -target /
sudo installer -verbose -pkg pcut.pkg -target /
- name: configure
run: ./configure
Expand Down

0 comments on commit 73b1cbc

Please sign in to comment.