Skip to content

Commit 5096baf

Browse files
committed
build: fix typo
1 parent cf2f439 commit 5096baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: C:/vcpkg/vcpkg.exe integrate install
6161
- name: Build
6262
run: msbuild build_msvc\bitcoin.sln /m /v:n /p:Configuration=Release
63-
- name: Run test_bticoin
63+
- name: Run test_bitcoin
6464
shell: cmd
6565
run: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
6666
- name: Run bench_bitcoin

0 commit comments

Comments
 (0)