mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	patch folder location
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -67,12 +67,16 @@ jobs: | |||||||
|     name: Build release binaries for Cosmo |     name: Build release binaries for Cosmo | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|  |       - name: create build folder | ||||||
|  |         run: | | ||||||
|  |           sudo mkdir -p /ahgamut | ||||||
|  |           sudo chmod -R 0777 /ahgamut | ||||||
|       - name: Checkout superconfigure repo |       - name: Checkout superconfigure repo | ||||||
|  |         working-directory: /ahgamut | ||||||
|         run: git clone https://github.com/ahgamut/superconfigure |         run: git clone https://github.com/ahgamut/superconfigure | ||||||
|       - name: support ape bins and SSL things |       - name: support ape bins and SSL things | ||||||
|         run: | |         working-directory: /ahgamut/superconfigure | ||||||
|           cd superconfigure |         run: bash ./.github/scripts/setup | ||||||
|           bash ./.github/scripts/setup |  | ||||||
|       - name: build Cosmo |       - name: build Cosmo | ||||||
|         working-directory: /ahgamut/superconfigure |         working-directory: /ahgamut/superconfigure | ||||||
|         run: bash ./.github/scripts/cosmo |         run: bash ./.github/scripts/cosmo | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Gautham
					Gautham