[ci] Fix typo on netty demo ci
This commit is contained in:
parent
80e2858cee
commit
db2031a45f
3
.github/workflows/demo_test.yml
vendored
3
.github/workflows/demo_test.yml
vendored
@ -658,6 +658,9 @@ jobs:
|
||||
container-name: ${{ github.job }}
|
||||
build-envs: 'OCCLUM_RELEASE_BUILD=1'
|
||||
|
||||
- name: Install OpenJDK 11 (Glibc)
|
||||
run: docker exec ${{ github.job }} bash -c "apt update && apt install -y openjdk-11-jdk"
|
||||
|
||||
- name: Download and compile netty unit test demos
|
||||
run: docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/netty_ut && ./build.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user