mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	[ci] install qt
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | |||||||
|       - name: Install Qt |       - name: Install Qt | ||||||
|         uses: jurplel/install-qt-action@v2 |         uses: jurplel/install-qt-action@v2 | ||||||
|         with: |         with: | ||||||
|           version: '5.12.11' |           version: 5.12.11 | ||||||
|           modules: 'qtwebengine qtwebsockets' |           modules: 'qtwebengine qtwebsockets' | ||||||
|        |        | ||||||
|       # Checkout repository and submodules |       # Checkout repository and submodules | ||||||
|   | |||||||
							
								
								
									
										7
									
								
								.github/workflows/pre-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/pre-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -43,9 +43,14 @@ jobs: | |||||||
|             --prefix=globalprotect-openconnect-${{ steps.vars.outputs.VERSION }}/ \ |             --prefix=globalprotect-openconnect-${{ steps.vars.outputs.VERSION }}/ \ | ||||||
|             ./globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}.orig.tar.gz |             ./globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}.orig.tar.gz | ||||||
|  |  | ||||||
|  |       - name: Install Qt | ||||||
|  |         uses: jurplel/install-qt-action@v2 | ||||||
|  |         with: | ||||||
|  |           version: '5.12.11' | ||||||
|  |           modules: 'qtwebengine qtwebsockets' | ||||||
|  |  | ||||||
|       - name: "Packaging" |       - name: "Packaging" | ||||||
|         run: | |         run: | | ||||||
|           sudo apt install qtbase5-dev libqt5websockets5-dev qtwebengine5-dev qttools5-dev debhelper |  | ||||||
|           mkdir build-debian && cd build-debian |           mkdir build-debian && cd build-debian | ||||||
|           cp ../*.tar.gz . |           cp ../*.tar.gz . | ||||||
|           tar xf *.tar.gz |           tar xf *.tar.gz | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,7 +11,7 @@ jobs: | |||||||
|       - 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.12.11 | ||||||
|           modules: 'qtwebengine qtwebsockets' |           modules: 'qtwebengine qtwebsockets' | ||||||
|  |  | ||||||
|       # Checkout repository and submodules |       # Checkout repository and submodules | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user