Skip to content

Commit

Permalink
2.x: Removed sudo for brew lines in macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 14, 2024
1 parent f6a5454 commit 8d77fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ce-dev-test-macos-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# We build mkcert from source because releases are broken
- name: Install test dependencies
run: |
sudo brew update
sudo brew install -y p7zip-full libnss3-tools wget
brew update
brew install -y p7zip-full libnss3-tools wget
cd /tmp
wget https://go.dev/dl/go1.22.1.darwin-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.darwin-arm64.tar.gz
Expand Down

0 comments on commit 8d77fee

Please sign in to comment.