reverting to previous version
This commit is contained in:
parent
9fa850dcb3
commit
61b8f91cb9
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Install p2pd
|
||||
run: |
|
||||
V=1 bash scripts/build_p2pd.sh p2pdCache
|
||||
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
|
||||
|
||||
- name: Restore deps from cache
|
||||
id: deps-cache
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
set -e
|
||||
|
||||
CACHE_DIR="$1" # optional parameter pointing to a CI cache dir.
|
||||
LIBP2P_COMMIT="124530a3" # tags work too, only used in nim-libp2p CI for now
|
||||
LIBP2P_COMMIT="v0.2.1" # tags work too, only used in nim-libp2p CI for now
|
||||
[[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line
|
||||
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
|
||||
if [[ ! -e "$SUBREPO_DIR" ]]; then
|
||||
|
|
Loading…
Reference in New Issue