2
0
Mikkel Hjortshøj 4 жил өмнө
parent
commit
19e2f7b7bf

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

@@ -5,6 +5,8 @@ jobs:
   build_linux:
     runs-on: ubuntu-latest
     steps:
+      - name: TESTING
+        run: exit 1
       - uses: actions/checkout@v1
       - name: Download LLVM
         run: sudo apt-get install llvm