Skip to content

fix(minecraft): drop temurin-bin-8/temurin-bin-17 as it's part of prism #128

fix(minecraft): drop temurin-bin-8/temurin-bin-17 as it's part of prism

fix(minecraft): drop temurin-bin-8/temurin-bin-17 as it's part of prism #128

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone source
uses: actions/checkout@v4
...