Skip to content

Commit

Permalink
replace commit hash by version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Nov 30, 2023
1 parent deb72c8 commit 3686340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Install p2pd
run: |
V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3
V=1 bash scripts/build_p2pd.sh p2pdCache
- name: Restore deps from cache
id: deps-cache
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_p2pd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -e

CACHE_DIR="$1" # optional parameter pointing to a CI cache dir.
LIBP2P_COMMIT="v0.2.1" # tags work too, only used in nim-libp2p CI for now
LIBP2P_COMMIT="v0.4.0" # 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
Expand Down

0 comments on commit 3686340

Please sign in to comment.