Skip to content

Commit b23405d

Browse files
authored
Remove kotlin macos ci jobs
1 parent c42c907 commit b23405d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

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

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
brew unlink "$pkg"
132132
brew link --overwrite "$pkg"
133133
done
134+
brew remore kotlin
134135
brew upgrade openssl >/dev/null 2>&1
135136
brew install ninja
136137
brew upgrade

0 commit comments

Comments
 (0)