build: fix typo

pull/764/head
Harris 5 years ago
parent cf2f439876
commit 5096baf26b
No known key found for this signature in database
GPG Key ID: 262685BC78ED11FB

@ -60,7 +60,7 @@ jobs:
run: C:/vcpkg/vcpkg.exe integrate install run: C:/vcpkg/vcpkg.exe integrate install
- name: Build - name: Build
run: msbuild build_msvc\bitcoin.sln /m /v:n /p:Configuration=Release run: msbuild build_msvc\bitcoin.sln /m /v:n /p:Configuration=Release
- name: Run test_bticoin - name: Run test_bitcoin
shell: cmd shell: cmd
run: src\test_bitcoin.exe -k stdout -e stdout 2> NUL run: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
- name: Run bench_bitcoin - name: Run bench_bitcoin

Loading…
Cancel
Save