Browse Source

ci: re-add non-debug builds to the matrix (#656)

Kévin Dunglas 1 year ago
parent
commit
408cc5fb5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/static.yaml

+ 1 - 1
.github/workflows/static.yaml

@@ -68,10 +68,10 @@ jobs:
       fail-fast: false
       matrix:
         platform: ${{ fromJson(needs.prepare.outputs.platforms) }}
+        debug: [false]
         include:
           -
             qemu: true
-            debug: false
           -
             platform: linux/amd64
             qemu: false