blueloveTH hace 1 año
padre
commit
d709d7b531
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -52,6 +52,8 @@ jobs:
       with:
         version: 15
         platform: x64
+    - name: Install dependencies
+      run: sudo apt-get install -y libclang-rt-15-dev
     - name: Unit Test with Coverage
       run: bash run_tests.sh
     - name: Upload coverage reports to Codecov