Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 5, 2022
1 parent 7fcce5c commit fe864a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# use cmake from Brew (that may be different)
- script: sed -i.ORI '/cmake/d' global.json
displayName: Remove cmake for macOS
- script: gem install fpm
- script: sudo gem install fpm
displayName: Install fpm

- script: echo Docker $(_docker) is `pwd` out
Expand Down

0 comments on commit fe864a6

Please sign in to comment.