We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5eda7 commit f67cdd2Copy full SHA for f67cdd2
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
if [ "$RUNNER_OS" == "Linux" ]; then
40
sudo apt-get install jsvc
41
else
42
- brew install coreutils jsvc
+ brew install coreutils jsvc@1.5.0
43
fi
44
unzip OpenICF-java-framework/openicf-zip/target/openicf-*.zip
45
openicf/bin/ConnectorServer.sh
0 commit comments