Skip to content

Commit

Permalink
WCGW?
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Dec 14, 2023
1 parent 6f645d3 commit 3d570f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# if: ${{ runner.os == 'macOS'}}

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

- name: prebuild Release for macOS (arm64)
Expand Down

0 comments on commit 3d570f8

Please sign in to comment.