Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaoh committed Apr 24, 2024
1 parent 16314d6 commit de7dc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Config Bitcoin Core
working-directory: ${{runner.workspace}}/nunchuk-qt/contrib/libnunchuk/contrib/bitcoin/build_msvc
run: |
& "$env:VCPKG_ROOT\vcpkg" integrate install
git config user.email "you@example.com"
git config user.name "Your Name"
git am ${{runner.workspace}}\windeploynunchuk\patches\0001-Unload-qt.patch
& "$env:VCPKG_ROOT\vcpkg" integrate install
py -3 msvc-autogen.py
- name: Build Bitcoin Core
Expand Down

0 comments on commit de7dc33

Please sign in to comment.