Skip to content

Update github workflows #145

Update github workflows

Update github workflows #145

Workflow file for this run

name: Linux x64
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2
with:
arch: none
distro: none
base_image: amd64/ubuntu:18.04
shell: /bin/sh
run: |
apt update
apt -y install curl
sh scripts/install-java.sh
/usr/lib/jvm/jdk-current/bin/java -version