Fix actions build
This commit is contained in:
committed by
Spottedleaf
parent
b31223e24a
commit
d03938eaf7
6
installConcurrentUtil.sh
Executable file
6
installConcurrentUtil.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -eou pipefail
|
||||
|
||||
git submodule update --init --recursive
|
||||
cd ConcurrentUtil
|
||||
mvn install
|
||||
Reference in New Issue
Block a user