CI: debug with V=s apk-ci-debug
authorPaul Spooren <mail@aparcar.org>
Mon, 31 Jan 2022 12:09:13 +0000 (13:09 +0100)
committerPaul Spooren <mail@aparcar.org>
Mon, 31 Jan 2022 14:06:04 +0000 (15:06 +0100)
.github/workflows/build-staging.yml

index 04368489a9aa537c7b9ae0508740be50b7125788..d79586ad8ba1541438058bae151da0a835cdaec0 100644 (file)
@@ -204,8 +204,7 @@ jobs:
       - name: Build packages
         run: |
           cd "$WORKPATH"
-          make package/compile -j$(nproc) IGNORE_ERRORS='n m' || \
-            make package/compile IGNORE_ERRORS='n m' V=s
+          make package/compile IGNORE_ERRORS='n m' V=s
 
           make package/install -j$(nproc) || \
             make package/install V=s