build: try to get it to run
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				check-formatting / check-formatting (pull_request) Failing after 1m33s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	check-formatting / check-formatting (pull_request) Failing after 1m33s
				
			This commit is contained in:
		| @@ -14,13 +14,18 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout repository | ||||
|         uses: actions/checkout@main | ||||
|         uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: Install LLVM and Clang | ||||
|       - name: Install LLVM | ||||
|         uses: KyleMayes/install-llvm-action@v2.0.5 | ||||
|         with: | ||||
|           version: "11.0" | ||||
|  | ||||
|       - name: Install dependencies (x64) | ||||
|         run: | | ||||
|           apt-get update | ||||
|           apt-get install libtinfo5 -y | ||||
|  | ||||
|       - name: Test formatting for all files | ||||
|         working-directory: ${{ github.workspace }} | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user