[fix] no sudo on brew on Mac in github actions, just like on a regular machine/in the docs
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user