Skip to content

Commit

Permalink
ci: fix function return
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Jun 16, 2022
1 parent c232ba7 commit 3bf459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ download() {
fi
fi

echo "$(cat "_packages/${PKGNAME}.sha256") _packages/${PKGNAME}" | sha256sum -c || exit 1
echo "$(cat "_packages/${PKGNAME}.sha256") _packages/${PKGNAME}" | sha256sum -c || return 1

gzip -c -d "_packages/${PKGNAME}" > "$TARGET_SO"
erlc -I include src/quicer_nif.erl
Expand Down

0 comments on commit 3bf459a

Please sign in to comment.