We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcde65 commit 81a9604Copy full SHA for 81a9604
.github/workflows/main.yml
@@ -218,10 +218,11 @@ jobs:
218
ls -l *.zip
219
echo "--- Creating DMG distribution ---"
220
build/dmg-osx-creator.sh
221
- echo "--- Install needed packages ---"
+ echo "--- Check md5sum utility ---"
222
+ which md5sum || true
223
brew install coreutils
- ln -s /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum || true
224
- ls -l /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum
+ which md5sum
225
+ md5sum --version
226
echo "--- Before deploy ---"
227
build/deploy/before-deploy.sh xemu-deploy MacOS
228
0 commit comments