Skip to content

Commit 3d570f8

Browse files
WCGW?
1 parent 6f645d3 commit 3d570f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# if: ${{ runner.os == 'macOS'}}
8484

8585
- name: clean build directory for cross-compiling
86-
run: rm ./build/Release/*.dylib
86+
run: rm ./build/Release/*.dylib || true
8787
if: ${{ runner.os == 'macOS'}}
8888

8989
- name: prebuild Release for macOS (arm64)

0 commit comments

Comments
 (0)