Attempt to do things again
This commit is contained in:
		
							parent
							
								
									4429d5e630
								
							
						
					
					
						commit
						6ae4e617b0
					
				
							
								
								
									
										18
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -20,27 +20,15 @@ jobs:
 | 
				
			|||||||
      id: cache-qt
 | 
					      id: cache-qt
 | 
				
			||||||
      uses: actions/cache@v1
 | 
					      uses: actions/cache@v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        path: ${{ github.workspace }}/qt5
 | 
					        path: ../Qt
 | 
				
			||||||
        key: ${{ runner.os }}-qt5
 | 
					        key: ${{ runner.os }}-qt5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Install Qt
 | 
					    - name: Install Qt
 | 
				
			||||||
      uses: jurplel/install-qt-action@v2
 | 
					      uses: jurplel/install-qt-action@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        version: '5.15.2'
 | 
					        version: '5.15.2'
 | 
				
			||||||
        host: 'windows'
 | 
					        arch: win64_msvc2019_64
 | 
				
			||||||
        target: 'desktop'
 | 
					        cached: ${{steps.cache-qt.outputs.cache-hit}}
 | 
				
			||||||
        arch: 'win64_msvc2019_64'
 | 
					 | 
				
			||||||
        dir: '${{ github.workspace }}/qt5'
 | 
					 | 
				
			||||||
        install-deps: 'true'
 | 
					 | 
				
			||||||
        modules: ''
 | 
					 | 
				
			||||||
        cached: ${{ steps.cache-qt.outputs.cache-hit }}
 | 
					 | 
				
			||||||
        setup-python: 'true'
 | 
					 | 
				
			||||||
        tools: ''
 | 
					 | 
				
			||||||
        set-env: 'false'
 | 
					 | 
				
			||||||
        tools-only: 'false'
 | 
					 | 
				
			||||||
        aqtversion: '==0.11.1'
 | 
					 | 
				
			||||||
        py7zrversion: '==0.11.3'
 | 
					 | 
				
			||||||
        extra: '--external 7z'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Install compiler
 | 
					    - name: Install compiler
 | 
				
			||||||
      uses: ilammy/msvc-dev-cmd@v1
 | 
					      uses: ilammy/msvc-dev-cmd@v1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user