Skip to content

Commit e7baae5

Browse files
authored
Update build.yml
1 parent ff1ca73 commit e7baae5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
submodules: true
2525

26+
- name: Clone vst3sdk
27+
uses: actions/checkout@v5
28+
with:
29+
repository: steinbergmedia/vst3sdk
30+
2631
- name: Init vst3sdk submodules
2732
run: |
2833
cd vst3sdk

0 commit comments

Comments
 (0)