From cd3661fa58c88b605e365b89699650f3548b1653 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sun, 3 Dec 2023 08:16:13 +0800 Subject: [PATCH] feature install jr --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0a44057..e1aac51 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: run: | apt-get update -y apt-get install -y \ - cmake make g++ libssl-dev pkg-config autoconf libtool libantlr4-runtime-dev + cmake make g++ libssl-dev pkg-config autoconf libtool libantlr4-runtime-dev default-jre-headless - uses: actions/checkout@v4 - name: Generate Lexer and Parser run: |