Update test_multiple_arch.yaml
parent
8d2a24c060
commit
8f151bc7bb
|
@ -37,7 +37,7 @@ jobs:
|
|||
shell: /bin/sh
|
||||
run: |
|
||||
echo "Running install on architecture ${{ matrix.arch }}"
|
||||
apt-get -yq update && apt-get install -y build-essential unzip libssl-dev curl
|
||||
apt-get -yq update && apt-get install -y build-essential unzip libssl-dev curl openjdk-8-jdk-headless
|
||||
echo "After install on architecture ${{ matrix.arch }}"
|
||||
mkdir -p "/opt/maven"
|
||||
curl -fsSL http://apache.osuosl.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz | tar -xzC "/opt/maven" --strip-components=1
|
||||
|
|
Loading…
Reference in New Issue