mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Use sh rather than bash on Alpine Linux
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -135,4 +135,4 @@ jobs: | ||||
|     - name: Enable qemu | ||||
|       run: docker run --privileged --rm tonistiigi/binfmt --install s390x | ||||
|     - name: Build and run on emulated architecture | ||||
|       run: docker run --rm -v .:/janet --platform linux/s390x alpine bash -c "apk update && apk add --no-interactive git build-base && cd /janet && make -j3 && make test" | ||||
|       run: docker run --rm -v .:/janet --platform linux/s390x alpine sh -c "apk update && apk add --no-interactive git build-base && cd /janet && make -j3 && make test" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Camilleri
					Michael Camilleri