Skip to content

Commit 093b9eb

Browse files
committed
CI Deploy: workspace issues #4
1 parent def2b7b commit 093b9eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ commands:
2424
paths:
2525
- deps
2626
key: v1-dependencies-{{ checksum "get_deps.sh" }}
27+
- run:
28+
name: Set up workspace
29+
command: |
30+
sudo mkdir -p /workspace
31+
sudo chown $USER /workspace
2732
- run:
2833
name: Build
2934
command: make -C opt all SHOW=1
@@ -69,11 +74,6 @@ jobs:
6974
macos:
7075
xcode: 10.2.1
7176
steps:
72-
- run:
73-
name: Set up workspace
74-
command: >-
75-
sudo mkdir -p /workspace;
76-
sudo chown $USER /workspace
7777
- ci_steps:
7878
platform: macosx
7979

0 commit comments

Comments
 (0)