Skip to content

Commit

Permalink
Bypass macOS security issue (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin authored Aug 26, 2022
1 parent c750862 commit b508e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
mkdir libsimple-osx-x64
sudo xattr -r -d com.apple.quarantine src/libsimple.dylib
cp -r src/libsimple.dylib test/dict libsimple-osx-x64/
zip -r libsimple-osx-x64.zip libsimple-osx-x64
working-directory: "${{ github.workspace }}/../../_temp/macos"
Expand Down

0 comments on commit b508e13

Please sign in to comment.