Explorar el Código

iwyu: try v0.21 since v0.22 ends with a segfault

skypjack hace 1 mes
padre
commit
743eb2eda3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/analyzer.yml

+ 2 - 2
.github/workflows/analyzer.yml

@@ -11,8 +11,8 @@ jobs:
     timeout-minutes: 60
 
     env:
-      IWYU: "0.26"
-      LLVM: "22"
+      IWYU: "0.25"
+      LLVM: "21"
 
     runs-on: ubuntu-latest
     continue-on-error: true