Browse Source

(experiment) allow linux arm build to fail bugfix

Peter Squicciarini 4 years ago
parent
commit
7797f694da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/linux.yml

+ 1 - 0
.github/workflows/linux.yml

@@ -13,6 +13,7 @@ jobs:
       fail-fast: false
       matrix:
         arch: [x64, arm64, arm]
+        probably_fails: [false]
         include:
           - arch: arm
             probably_fails: true