Skip to content

Bump javafx.version from 17.0.7 to 25-ea+17 #272

Bump javafx.version from 17.0.7 to 25-ea+17

Bump javafx.version from 17.0.7 to 25-ea+17 #272

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v2
with:
java-version: 17
distribution: "temurin"
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install electron-packager -g
- run: npm install cordova -g
- run: npm install bower -g
- run: npm install vulcanize -g
- run: wget https://apt.llvm.org/llvm.sh
- run: chmod +x llvm.sh
- run: sudo ./llvm.sh 10
- run: sudo apt-get install -y ocl-icd-opencl-dev clang-10 lldb-10 lld-10 clangd-10
- run: mvn verify