Skip to content

Commit

Permalink
Fix JVM crash in gluten-it
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyifan279 committed Jun 27, 2024
1 parent 7b5f3dd commit 284861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y software-properties-common
sudo apt-get install -y build-essential cmake libssl-dev libre2-dev libcurl4-openssl-dev clang lldb lld libz-dev git ninja-build uuid-dev
sudo apt-get install -y libunwind7-dev build-essential cmake libssl-dev libre2-dev libcurl4-openssl-dev clang lldb lld libz-dev git ninja-build uuid-dev
- name: Setup JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 284861d

Please sign in to comment.