Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 1123fed

Browse files
committed
AppVeyor CI: fix deps path
1 parent f7cdc6f commit 1123fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cache:
5555
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5656
install:
5757
- scripts/install_deps.bat
58-
- set ETHEREUM_DEPS_PATH=%APPVEYOR_BUILD_FOLDER%\deps\install
58+
- set ETHEREUM_DEPS_PATH=%APPVEYOR_BUILD_FOLDER%\deps
5959
before_build:
6060
- if not exist build mkdir build
6161
- cd build

0 commit comments

Comments
 (0)