We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02aab commit d76b353Copy full SHA for d76b353
.github/workflows/ci.yml
@@ -165,7 +165,7 @@ jobs:
165
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
166
with:
167
submodules: True
168
- - if: startsWith(matrix.runner, 'ubuntu')
+ - if: startsWith(matrix.runner, 'ubuntu') || startsWith(matrix.runner, 'macos')
169
run: "scripts/Initialize-Linux.ps1"
170
- uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
171
0 commit comments