1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

ci.yml: HOMEBREW_NO_ANALYTICS=1

Opts out of analytics. See https://docs.brew.sh/Analytics
This commit is contained in:
Margen67
2021-04-15 00:45:05 -10:00
parent d195a3edd6
commit 2f74a46484

View File

@@ -158,7 +158,7 @@ jobs:
key: macos
- name: Build OpenRCT2
run: |
brew install ninja
HOMEBREW_NO_ANALYTICS=1 brew install ninja
. scripts/setenv -q && build -DWITH_TESTS=on -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=on
- name: Run Tests
run: . scripts/setenv -q && run-tests