[fix] no sudo on brew on Mac in github actions, just like on a regular machine/in the docs

This commit is contained in:
Al
2023-07-05 20:47:14 -04:00
parent 2b93af09d9
commit b65e7d5bce

View File

@@ -23,8 +23,8 @@ jobs:
- name: Install Dependencies MacOS
if: runner.os == 'macOS'
run: |
sudo brew update
sudo brew install curl autoconf automake libtool pkg-config
brew update
brew install curl autoconf automake libtool pkg-config
- name: Build
env:
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data