[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
|
- name: Install Dependencies MacOS
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
sudo brew update
|
brew update
|
||||||
sudo brew install curl autoconf automake libtool pkg-config
|
brew install curl autoconf automake libtool pkg-config
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
|
LIBPOSTAL_DATA_DIR: ${GITHUB_WORKSPACE}/data
|
||||||
|
|||||||
Reference in New Issue
Block a user