Skip to content

Commit 7cc2837

Browse files
authored
Change remore to remove brew command
1 parent b23405d commit 7cc2837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/Miscellaneous/Install_Dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
else
1616
brew remove unxip
1717
fi
18-
brew remore kotlin
18+
brew remove kotlin
1919
# workaround for https://github.com/actions/setup-python/issues/577
2020
for pkg in $(brew list | grep '^python@'); do
2121
brew unlink "$pkg"

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
brew unlink "$pkg"
132132
brew link --overwrite "$pkg"
133133
done
134-
brew remore kotlin
134+
brew remove kotlin
135135
brew upgrade openssl >/dev/null 2>&1
136136
brew install ninja
137137
brew upgrade

0 commit comments

Comments
 (0)