Skip to content
Snippets Groups Projects

Fix CI

Merged Julian Ospald requested to merge CIi into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -217,6 +217,8 @@ if [ "${OS}" = "LINUX" ] ; then
@@ -217,6 +217,8 @@ if [ "${OS}" = "LINUX" ] ; then
fi
fi
fi
fi
 
eghcup gc -c
 
sha_sum() {
sha_sum() {
if [ "${OS}" = "FREEBSD" ] ; then
if [ "${OS}" = "FREEBSD" ] ; then
sha256 "$@"
sha256 "$@"
Loading