`ci`: update julia uninstall (#124448)

This should resolve the issues with `julia` not being uninstalled correctly for CI runs. 

Fix for: https://github.com/Homebrew/homebrew-cask/pull/124372
This commit is contained in:
Bevan Kay 2022-05-29 11:16:58 +10:00 committed by GitHub
parent 1b485f619a
commit 5cf7dc6964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
fi
fi
if ! brew uninstall --cask julia && ! rm -r /Applications/Julia-*.app; then
if ! brew uninstall --cask --force julia && ! rm -r /Applications/Julia-*.app; then
echo '::warning::Removing Julia is no longer necessary.'
fi