mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	Fix CI
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -32,7 +32,9 @@ clean-tarball: | |||||||
|  |  | ||||||
| # Create a tarball, include the cargo dependencies if OFFLINE is set to 1 | # Create a tarball, include the cargo dependencies if OFFLINE is set to 1 | ||||||
| tarball: clean-tarball | tarball: clean-tarball | ||||||
| 	cd apps/gpgui-helper && pnpm install && pnpm build | 	if [ $(BUILD_FE) -eq 1 ]; then \ | ||||||
|  | 		cd apps/gpgui-helper && pnpm install && pnpm build; \ | ||||||
|  | 	fi | ||||||
|  |  | ||||||
| 	# Remove node_modules to reduce the tarball size | 	# Remove node_modules to reduce the tarball size | ||||||
| 	rm -rf apps/gpgui-helper/node_modules | 	rm -rf apps/gpgui-helper/node_modules | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user