mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:20:04 +00:00 
			
		
		
		
	Change build back to pwsh. Invocation of libtool for libiconv fails in bash on Windows.
This commit is contained in:
		
							parent
							
								
									c111e6b6bc
								
							
						
					
					
						commit
						3893cf738c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -65,13 +65,13 @@ jobs: | |||
|         conan profile new default --detect | ||||
| 
 | ||||
|     - name: Build Supercell Wx | ||||
|       shell: bash | ||||
|       shell: pwsh | ||||
|       run: | | ||||
|         mkdir build | ||||
|         cd build | ||||
|         cmake ../scwx/ \ | ||||
|           -G Ninja \ | ||||
|           -DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" \ | ||||
|         cmake ../scwx/ ` | ||||
|           -G Ninja ` | ||||
|           -DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" ` | ||||
|           -DCMAKE_INSTALL_PREFIX="../install" | ||||
|         ninja supercell-wx wxtest | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat