🔨 Trying to fix windows build issue
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -29,8 +29,10 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - name: Clone repository |       - name: Clone repository | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|  |       # https://github.com/MaikuB/flutter_local_notifications/issues/2615#issuecomment-2971286732 | ||||||
|  |       # Use the 2.20.0 version of the action might solve the flutter_local_notifications windows build crash issue | ||||||
|       - name: Set up Flutter |       - name: Set up Flutter | ||||||
|         uses: subosito/flutter-action@v2 |         uses: subosito/flutter-action@v2.20.0 | ||||||
|         with: |         with: | ||||||
|           channel: stable |           channel: stable | ||||||
|           cache: true |           cache: true | ||||||
|   | |||||||
| @@ -2760,10 +2760,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: webrtc_interface |       name: webrtc_interface | ||||||
|       sha256: "2e604a31703ad26781782fb14fa8a4ee621154ee2c513d2b9938e486fa695233" |       sha256: "86fe3afc81a08481dfb25cf14a5a94e27062ecef25544783f352c914e0bbc1ca" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "1.3.0" |     version: "1.2.2+hotfix.2" | ||||||
|   win32: |   win32: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user