Fix environment

This commit is contained in:
Micah Lee 2022-04-19 21:14:04 -04:00
parent 51133e20fd
commit e1122e8a06
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -206,10 +206,10 @@ jobs:
build-macos: build-macos:
macos: macos:
xcode: 12.5.1 xcode: 12.5.1
environment:
BUILD_PREFIX: /Users/distiller/root
steps: steps:
- checkout - checkout
- environment:
BUILD_PREFIX: /Users/distiller/root
- run: - run:
name: Make BUILD_PREFIX directory name: Make BUILD_PREFIX directory
command: mkdir $BUILD_PREFIX command: mkdir $BUILD_PREFIX