fix: Do not move externals dir
This commit is contained in:
		
							parent
							
								
									90b68fec1a
								
							
						
					
					
						commit
						54a70a355a
					
				|  | @ -86,7 +86,6 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ | |||
|     && tar xzf ./runner.tar.gz \ | ||||
|     && rm runner.tar.gz \ | ||||
|     && ./bin/installdependencies.sh \ | ||||
|     && mv ./externals ./externalstmp \ | ||||
|     # libyaml-dev is required for ruby/setup-ruby action. | ||||
|     # It is installed after installdependencies.sh and before removing /var/lib/apt/lists | ||||
|     # to avoid rerunning apt-update on its own. | ||||
|  |  | |||
|  | @ -64,7 +64,6 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ | |||
|     && tar xzf ./runner.tar.gz \ | ||||
|     && rm runner.tar.gz \ | ||||
|     && ./bin/installdependencies.sh \ | ||||
|     && mv ./externals ./externalstmp \ | ||||
|     # libyaml-dev is required for ruby/setup-ruby action. | ||||
|     # It is installed after installdependencies.sh and before removing /var/lib/apt/lists | ||||
|     # to avoid rerunning apt-update on its own. | ||||
|  |  | |||
|  | @ -77,7 +77,6 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ | |||
|     && tar xzf ./runner.tar.gz \ | ||||
|     && rm runner.tar.gz \ | ||||
|     && ./bin/installdependencies.sh \ | ||||
|     && mv ./externals ./externalstmp \ | ||||
|     # libyaml-dev is required for ruby/setup-ruby action. | ||||
|     # It is installed after installdependencies.sh and before removing /var/lib/apt/lists | ||||
|     # to avoid rerunning apt-update on its own. | ||||
|  |  | |||
|  | @ -54,7 +54,6 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ | |||
|     && tar xzf ./runner.tar.gz \ | ||||
|     && rm runner.tar.gz \ | ||||
|     && ./bin/installdependencies.sh \ | ||||
|     && mv ./externals ./externalstmp \ | ||||
|     # libyaml-dev is required for ruby/setup-ruby action. | ||||
|     # It is installed after installdependencies.sh and before removing /var/lib/apt/lists | ||||
|     # to avoid rerunning apt-update on its own. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue