|  |  | @ -90,12 +90,14 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |       uses: actions/setup-python@v2 |  |  |  |       uses: actions/setup-python@v2 | 
			
		
	
		
		
			
				
					
					|  |  |  |       with: |  |  |  |       with: | 
			
		
	
		
		
			
				
					
					|  |  |  |         python-version: 3 |  |  |  |         python-version: 3 | 
			
		
	
		
		
			
				
					
					|  |  |  |     - name: Install dependencies |  |  |  |     - name: Set up Ruby 2.7 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       uses: actions/setup-ruby@v1 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       with: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         ruby-version: 2.7 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     - name: Install Lua | 
			
		
	
		
		
			
				
					
					|  |  |  |       run: | |  |  |  |       run: | | 
			
		
	
		
		
			
				
					
					|  |  |  |         sudo apt-get update |  |  |  |         sudo apt-get update | 
			
		
	
		
		
			
				
					
					|  |  |  |         sudo apt-get install \ |  |  |  |         sudo apt-get install lua5.3 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           lua5.3 \ |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           ruby |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     - name: Clone DFHack |  |  |  |     - name: Clone DFHack | 
			
		
	
		
		
			
				
					
					|  |  |  |       uses: actions/checkout@v2 |  |  |  |       uses: actions/checkout@v2 | 
			
		
	
		
		
			
				
					
					|  |  |  |       with: |  |  |  |       with: | 
			
		
	
	
		
		
			
				
					|  |  | 
 |