Skip to content

Commit 81a9604

Browse files
committed
Test github actions [DEPLOYMENT]
1 parent dbcde65 commit 81a9604

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,11 @@ jobs:
218218
ls -l *.zip
219219
echo "--- Creating DMG distribution ---"
220220
build/dmg-osx-creator.sh
221-
echo "--- Install needed packages ---"
221+
echo "--- Check md5sum utility ---"
222+
which md5sum || true
222223
brew install coreutils
223-
ln -s /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum || true
224-
ls -l /opt/homebrew/bin/gmd5sum /usr/local/bin/md5sum
224+
which md5sum
225+
md5sum --version
225226
echo "--- Before deploy ---"
226227
build/deploy/before-deploy.sh xemu-deploy MacOS
227228

0 commit comments

Comments
 (0)