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 6f645d3 commit 3d570f8Copy full SHA for 3d570f8
.github/workflows/prebuild.yml
@@ -83,7 +83,7 @@ jobs:
83
# if: ${{ runner.os == 'macOS'}}
84
85
- name: clean build directory for cross-compiling
86
- run: rm ./build/Release/*.dylib
+ run: rm ./build/Release/*.dylib || true
87
if: ${{ runner.os == 'macOS'}}
88
89
- name: prebuild Release for macOS (arm64)
0 commit comments