diff --git a/.appveyor.yml b/.appveyor.yml index 18242bbfc..0e604b02a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ install: - CD .. # install and build go-libp2p-daemon - - bash scripts/build_p2pd.sh p2pdCache update + - bash scripts/build_p2pd.sh p2pdCache v0.3.0 build_script: - nimble install -y --depsOnly diff --git a/.travis.yml b/.travis.yml index cfb6e8606..da8517faa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: - export PATH="$PWD/Nim/bin:$GOPATH/bin:$PATH" # install and build go-libp2p-daemon - - bash scripts/build_p2pd.sh p2pdCache update + - bash scripts/build_p2pd.sh p2pdCache v0.3.0 script: - nimble install -y --depsOnly diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6cf1a831b..3ffad462f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -112,7 +112,7 @@ steps: echo "PATH=${PATH}" # we can't seem to be able to build a 32-bit p2pd - env PATH="/c/custom/mingw64/bin:${PATH}" bash scripts/build_p2pd.sh p2pdCache update + env PATH="/c/custom/mingw64/bin:${PATH}" bash scripts/build_p2pd.sh p2pdCache v0.3.0 # install dependencies nimble refresh