File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,9 @@ jobs:
104
104
- run : npm ${{ inputs.release && 'publish' || 'publish --dry-run' }}
105
105
env :
106
106
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
107
- - run : |
108
- sudo apt install --yes libplist-dev
109
- git clone --branch v2.1.5 git://git.saurik.com/ldid.git
110
- sudo g++ -pipe -o /usr/bin/ldid ldid/ldid.cpp -I. -x c ldid/{lookup2.c,sha1.h} -lplist -lcrypto
107
+ # Step required "thanks" to https://github.com/actions/runner-images/issues/6283
108
+ - uses : Homebrew/actions/setup-homebrew@29b2973f18e5aca5443f4b3d87f68eda7a27b22b
109
+ - run : brew install ldid
111
110
- run : |
112
111
cp node_modules/@npcz/magic/dist/magic.mgc assets/magic.mgc
113
112
npx --yes pkg --no-bytecode --public-packages "*" --public package.json
You can’t perform that action at this time.
0 commit comments