mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	ci: Set up Wine
This commit is contained in:
		
							parent
							
								
									998db5ce95
								
							
						
					
					
						commit
						3f5e5fd840
					
				
							
								
								
									
										7
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@ -64,6 +64,13 @@ jobs:
 | 
				
			|||||||
    name: Build Windows x86_64
 | 
					    name: Build Windows x86_64
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Set up Wine
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          sudo dpkg --add-architecture i386
 | 
				
			||||||
 | 
					          wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
 | 
				
			||||||
 | 
					          sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
 | 
				
			||||||
 | 
					          sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
 | 
				
			||||||
 | 
					          sudo apt install --install-recommends winehq-stable
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - name: Set up node & dependencies
 | 
					      - name: Set up node & dependencies
 | 
				
			||||||
        uses: actions/setup-node@v4
 | 
					        uses: actions/setup-node@v4
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user