mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-09 15:23:04 -04:00
Fix environment
This commit is contained in:
parent
8f2f314137
commit
26ac2b9743
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue