mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Remove cache
This commit is contained in:
		
							parent
							
								
									fcd1c68ab7
								
							
						
					
					
						commit
						a935752df6
					
				
					 2 changed files with 0 additions and 12 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/emcc.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/emcc.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -8,12 +8,6 @@ jobs:
 | 
			
		|||
    steps:
 | 
			
		||||
      - uses: mymindstorm/setup-emsdk@v11
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Cache sources
 | 
			
		||||
        id: cache-sources
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: .
 | 
			
		||||
          key: cache-yosys
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: |
 | 
			
		||||
          make config-emcc
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -7,12 +7,6 @@ jobs:
 | 
			
		|||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Cache sources
 | 
			
		||||
        id: cache-sources
 | 
			
		||||
        uses: actions/cache@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: .
 | 
			
		||||
          key: cache-yosys
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: make vcxsrc YOSYS_VER=latest
 | 
			
		||||
      - uses: actions/upload-artifact@v3
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue