feature install jr
Some checks failed
build-crpc / build (Release, mingw-w64-x86_64.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, host.toolchain.cmake) (push) Waiting to run
build-crpc / build (Debug, mingw-w64-x86_64.toolchain.cmake) (push) Failing after 33s
build-crpc / build (Release, host.toolchain.cmake) (push) Failing after 38s

This commit is contained in:
tqcq 2023-12-03 08:16:13 +08:00
parent adb8a82880
commit cd3661fa58

View File

@ -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: |