mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Use gcc explicitly in mingw build.
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -48,11 +48,12 @@ jobs: | |||||||
|       - name: Setup Mingw |       - name: Setup Mingw | ||||||
|         uses: msys2/setup-msys2@v2 |         uses: msys2/setup-msys2@v2 | ||||||
|         with: |         with: | ||||||
|  |           msystem: UCRT64 | ||||||
|           update: true |           update: true | ||||||
|           install: >- |           install: >- | ||||||
|             base-devel |             base-devel | ||||||
|             git |             git | ||||||
|             mingw-w64-x86_64-toolchain |             gcc | ||||||
|       - name: Build the project |       - name: Build the project | ||||||
|         shell: cmd |         shell: cmd | ||||||
|         run: make -j |         run: make -j CC=gcc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose