mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +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:
 | 
					    steps:
 | 
				
			||||||
      - uses: mymindstorm/setup-emsdk@v11
 | 
					      - uses: mymindstorm/setup-emsdk@v11
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Cache sources
 | 
					 | 
				
			||||||
        id: cache-sources
 | 
					 | 
				
			||||||
        uses: actions/cache@v3
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          path: .
 | 
					 | 
				
			||||||
          key: cache-yosys
 | 
					 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          make config-emcc
 | 
					          make config-emcc
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -7,12 +7,6 @@ jobs:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Cache sources
 | 
					 | 
				
			||||||
        id: cache-sources
 | 
					 | 
				
			||||||
        uses: actions/cache@v3
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          path: .
 | 
					 | 
				
			||||||
          key: cache-yosys
 | 
					 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: make vcxsrc YOSYS_VER=latest
 | 
					        run: make vcxsrc YOSYS_VER=latest
 | 
				
			||||||
      - uses: actions/upload-artifact@v3
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue