Skip to content

Commit f5dcedc

Browse files
committed
cleanup ln
1 parent b7535d1 commit f5dcedc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_test_build_android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ jobs:
147147
./prepare_moneroc.sh
148148
popd
149149
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
153153
154154
- name: Generate KeyStore
155155
run: |

0 commit comments

Comments
 (0)