Skip to content

Commit d76b353

Browse files
Update ci.yml
1 parent cd02aab commit d76b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
166166
with:
167167
submodules: True
168-
- if: startsWith(matrix.runner, 'ubuntu')
168+
- if: startsWith(matrix.runner, 'ubuntu') || startsWith(matrix.runner, 'macos')
169169
run: "scripts/Initialize-Linux.ps1"
170170
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
171171
with:

0 commit comments

Comments
 (0)