Skip to content

Commit d87cbb9

Browse files
committed
add apple setup
1 parent b4f2374 commit d87cbb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
toolchain: ${{ startsWith(matrix.os, 'windows') && 'MSVC' || 'Clang' }}
2424

25+
- name: Setup Apple
26+
if: startsWith(matrix.os, 'macOS')
27+
uses: ./.github/actions/setup-apple
28+
2529
- name: Build
2630
run: ./generate_build
2731

0 commit comments

Comments
 (0)