Explorar el Código

build: update iwyu version

Michele Caini hace 2 años
padre
commit
774049c75e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/analyzer.yml

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

@@ -12,8 +12,8 @@ jobs:
     timeout-minutes: 30
 
     env:
-      IWYU: 0.19
-      LLVM: 15
+      IWYU: "0.20"
+      LLVM: "16"
 
     runs-on: ubuntu-latest
     continue-on-error: true