File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,17 @@ jobs:
145
145
./prepare_moneroc.sh
146
146
popd
147
147
mkdir -p $MONEROC_CACHE_DIR_ROOT/{monero/,wownero/,}contrib/depends/built || true
148
- ln -s "$MONEROC_CACHE_DIR_ROOT/contrib/depends/built" "$PWD/contrib/depends/built" || true
149
- ln -s "$MONEROC_CACHE_DIR_ROOT/monero/contrib/depends/built" "$PWD/monero/contrib/depends/built" || true
150
- ln -s "$MONEROC_CACHE_DIR_ROOT/wownero/contrib/depends/built" "$PWD/wownero/contrib/depends/built" || true
148
+ pushd scripts/monero_c
149
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/contrib/depends/built"
150
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/monero/contrib/depends/built"
151
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/built"
152
+
153
+ rm -rf "$PWD/contrib/depends/built" "$PWD/monero/contrib/depends/built" "$PWD/wownero/contrib/depends/built"
154
+
155
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/contrib/depends/built" "$PWD/contrib/depends/built"
156
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/monero/contrib/depends/built" "$PWD/monero/contrib/depends/built"
157
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/built" "$PWD/wownero/contrib/depends/built"
158
+ popd
151
159
152
160
- name : Execute Build and Setup Commands
153
161
run : |
You can’t perform that action at this time.
0 commit comments