Skip to content

Commit

Permalink
CI: Checkout libbase58/libblkmaker to test embedded-libraries build
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Oct 29, 2024
1 parent 20fb471 commit d35499d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout libbase58
uses: actions/checkout@v4
with:
repository: bitcoin/libbase58
path: libbase58

- name: Checkout libblkmaker
uses: actions/checkout@v4
with:
repository: bitcoin/libblkmaker
path: libblkmaker

- name: Create build directory
run: mkdir -p build
Expand Down

0 comments on commit d35499d

Please sign in to comment.