We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f70ea8 commit 88f66f1Copy full SHA for 88f66f1
1 file changed
.github/workflows/build_base.yml
@@ -206,6 +206,7 @@ jobs:
206
if (Test-Path "C:\Program Files\LLVM-MinGW\bin") {
207
"C:\Program Files\LLVM-MinGW\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
208
}
209
+ exit 0
210
211
- name: Build
212
shell: bash
0 commit comments