Skip to content

Commit b508e13

Browse files
authored
Bypass macOS security issue (#102)
1 parent c750862 commit b508e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
if: startsWith(github.ref, 'refs/tags/')
390390
run: |
391391
mkdir libsimple-osx-x64
392+
sudo xattr -r -d com.apple.quarantine src/libsimple.dylib
392393
cp -r src/libsimple.dylib test/dict libsimple-osx-x64/
393394
zip -r libsimple-osx-x64.zip libsimple-osx-x64
394395
working-directory: "${{ github.workspace }}/../../_temp/macos"

0 commit comments

Comments
 (0)