File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ jobs:
147
147
./prepare_moneroc.sh
148
148
popd
149
149
mkdir -p $MONEROC_CACHE_DIR_ROOT/{monero/,wownero/,}contrib/depends/built || true
150
- ln -s "$MONEROC_CACHE_DIR_ROOT /contrib/depends/built" "$PWD /contrib/depends/built" || true
151
- ln -s "$MONEROC_CACHE_DIR_ROOT /monero/contrib/depends/built" "$PWD /monero/contrib/depends/built" || true
152
- ln -s "$MONEROC_CACHE_DIR_ROOT /wownero/contrib/depends/built" "$PWD /wownero/contrib/depends/built" || true
150
+ ln -s "$PWD /contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT /contrib/depends/built" || true
151
+ ln -s "$PWD /monero/contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT /monero/contrib/depends/built" || true
152
+ ln -s "$PWD /wownero/contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT /wownero/contrib/depends/built" || true
153
153
154
154
- name : Generate KeyStore
155
155
run : |
You can’t perform that action at this time.
0 commit comments