Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 29, 2024
1 parent 29cd705 commit 053e2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
run: sudo apt-get update && sudo apt-get upgrade -y
- name: Install dependencies
run: |
ls /usr/lib/x86_64-linux-gnu/libboost*
ls /usr/lib/x86_64-linux-gnu/*
sudo apt-get install -y software-properties-common
sudo apt-get install -y libunwind-dev 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 libsnappy-dev libthrift-dev libboost-all-dev libgflags-dev libgoogle-glog-dev
ls /usr/lib/x86_64-linux-gnu/*
- name: Setup JDK 8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 053e2f1

Please sign in to comment.