mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	fix: clone with submodules in ci build
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -9,6 +9,8 @@ jobs:
 | 
			
		||||
        runs-on: ubuntu-latest
 | 
			
		||||
        steps:
 | 
			
		||||
            - uses: actions/checkout@v4
 | 
			
		||||
              with:
 | 
			
		||||
                  submodules: 'true'
 | 
			
		||||
            - name: Setup pnpm
 | 
			
		||||
              uses: pnpm/action-setup@v2
 | 
			
		||||
              with:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user