We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
1 parent 0e3a555 commit 74b4e92Copy full SHA for 74b4e92
.ci/ci-build.sh
@@ -36,7 +36,7 @@ message 'Building packages'
36
for package in "${packages[@]}"; do
37
echo "::group::[build] ${package}"
38
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
39
- execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild
+ execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild
40
execute 'Building source' makepkg --noconfirm --noprogressbar --allsource
41
echo "::endgroup::"
42
0 commit comments