Skip to content

Commit 0f7ce17

Browse files
authored
Update _build.yml
1 parent 2cccd66 commit 0f7ce17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
ref: ${{ inputs.release-version }}
4949
submodules: recursive
5050

51+
- name: Checkout build scripts
52+
uses: actions/checkout@v4
53+
with:
54+
path: build-scripts/
55+
5156
- name: Set up Python
5257
uses: actions/setup-python@v5
5358
with:

0 commit comments

Comments
 (0)