Skip to content

Commit

Permalink
[CI] run CHECK iff CI_MAKEPKG_RUN_CHECK = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jannick0 committed Dec 26, 2023
1 parent a78d187 commit acc046b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
cd /C/_
unset VCPKG_ROOT
pacman -S --needed --noconfirm ${MINGW_PACKAGE_PREFIX}-ntldd
test "${CI_MAKEPKG_RUN_CHECK} != 1 || sed -i 's/--nocheck //g' ./.ci/ci-build.sh
MINGW_ARCH=${{ matrix.msystem }} ./.ci/ci-build.sh
- name: "Upload binaries"
Expand Down

0 comments on commit acc046b

Please sign in to comment.