mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 05:19:10 +08:00 
			
		
		
		
	Fix with another approach
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/licensed.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/licensed.yml
									
									
									
									
										vendored
									
									
								
							@@ -35,7 +35,6 @@ jobs:
 | 
				
			|||||||
          bundle install
 | 
					          bundle install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Check cached dependency records
 | 
					      - name: Check cached dependency records
 | 
				
			||||||
        working-directory: ${{ github.workspace }}
 | 
					 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd $RUNNER_TEMP/licensed-5.0.4
 | 
					          cd ${{ github.workspace }}
 | 
				
			||||||
          bundle exec exe/licensed status -C ${{ github.workspace }}
 | 
					          BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
 | 
				
			||||||
		Reference in New Issue
	
	Block a user