Skip to content

Commit c9d3baa

Browse files
authored
Fix formatting issue in build.yml
1 parent ab8ca7c commit c9d3baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
sudo apt-get install jsvc
4141
else
4242
brew update
43-
brew install coreutils jsvc fi
43+
brew install coreutils jsvc
44+
fi
4445
unzip OpenICF-java-framework/openicf-zip/target/openicf-*.zip
4546
openicf/bin/ConnectorServer.sh
4647
openicf/bin/openicf.sh start

0 commit comments

Comments
 (0)