Skip to content

Commit cc90ba4

Browse files
committed
Fix(mac): Add sbt installation.
1 parent 961f912 commit cc90ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Test for ${{ matrix.os }} ${{ matrix.java }}
146146
run: |
147-
if: matrix.os == 'macos-latest'; then
147+
if [ "$RUNNER_OS" == "macOS" ]; then
148148
brew install sbt
149149
else
150150
echo -n

0 commit comments

Comments
 (0)